Skip to content

Commit

Permalink
implemented the change request from @lukasmerten
Browse files Browse the repository at this point in the history
  • Loading branch information
reichherzerp committed Nov 11, 2022
1 parent f651bba commit 8970879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/pages/Simulation-Modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Periodic- and ReflectiveBox implement boundary conditions for the particles. The
### Observers
Observers can be defined using a collection of ObserverFeatures.
The names of ObserverFeatures all start with "Observer" so you can discover the available options from an interactive python session by typing "Observer" and pressing "tab". The list includes
* **ObserverSurface** - Detects particles crossing the boundaries of a surface defined (see, e.g., `Geometry` module)
* **ObserverSurface** - Detects particles crossing the boundaries of a defined surface (see, e.g., `Geometry` module)
* **ObserverTracking** - For recording the tracks of particles inside an observer sphere
* **Observer1D** - Observer for 1D simulations that detects particles when reaching x = 0
* **ObserverDetectAll** - Detects all particles
Expand Down
2 changes: 1 addition & 1 deletion include/crpropa/module/Observer.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class ObserverDetectAll: public ObserverFeature {

/**
@class ObserverSurface
@brief Detects particles crossing the boundaries of a surface defined (see, e.g., `Geometry` module)
@brief Detects particles crossing the boundaries of a defined surface (see, e.g., `Geometry` module)
*/
class ObserverSurface: public ObserverFeature {
private:
Expand Down

0 comments on commit 8970879

Please sign in to comment.