IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 20371c1e authored by ralfulrich's avatar ralfulrich
Browse files

better comments

parent cbd9131c
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ namespace corsika { ...@@ -18,7 +18,7 @@ namespace corsika {
@{ @{
Process that does nothing. It is not even derived from Process that does nothing. It is not even derived from
BaseProcess BaseProcess. But it can be added to a ProcessSequence.
*/ */
class NullModel { class NullModel {
...@@ -30,7 +30,7 @@ namespace corsika { ...@@ -30,7 +30,7 @@ namespace corsika {
static bool const is_process_sequence = false; static bool const is_process_sequence = false;
static bool const is_switch_process_sequence = false; static bool const is_switch_process_sequence = false;
//! Default number of processes is just one, obviously //! Default number of processes is zero, obviously
static unsigned int constexpr getNumberOfProcesses() { return 0; } static unsigned int constexpr getNumberOfProcesses() { return 0; }
}; };
......
...@@ -25,7 +25,7 @@ namespace corsika { ...@@ -25,7 +25,7 @@ namespace corsika {
**/ **/
/** /**
@class @class COMBoost
@ingroup Utilities @ingroup Utilities
This utility class handles Lorentz boost between different This utility class handles Lorentz boost between different
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
namespace corsika { namespace corsika {
/** /**
* @file SaveBoostHistogram.hpp
* @ingroup Utilities * @ingroup Utilities
* *
* This functions saves a boost::histogram into a numpy file. Only rather basic axis * This functions saves a boost::histogram into a numpy file. Only rather basic axis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment