IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 54e31409 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

fix typo in Epos.hpp

parent 5e685c89
No related branches found
No related tags found
1 merge request!468Resolve "Add FLUKA"
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include <corsika/framework/process/InteractionProcess.hpp> #include <corsika/framework/process/InteractionProcess.hpp>
/** /**
* @file Sibyll.hpp * @file Epos.hpp
* *
* Includes all the parts of the EPOS model. Defines the InteractionProcess<TModel> * Includes all the parts of the EPOS model. Defines the InteractionProcess<TModel>
* classes needed for the ProcessSequence. * classes needed for the ProcessSequence.
...@@ -27,4 +27,4 @@ namespace corsika::epos { ...@@ -27,4 +27,4 @@ namespace corsika::epos {
* to provide all the functions for ProcessSequence. * to provide all the functions for ProcessSequence.
*/ */
class Interaction : public InteractionModel, public InteractionProcess<Interaction> {}; class Interaction : public InteractionModel, public InteractionProcess<Interaction> {};
} // namespace corsika::epos } // namespace corsika::epos
\ No newline at end of file
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