IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 5790b72f authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

removed unneeded forwards, improved comments

parent 015c2fe2
No related branches found
No related tags found
No related merge requests found
......@@ -45,18 +45,6 @@ corsika::stack
namespace corsika {
// forward-decl:
template <class T1, template <class> class T2>
class DefaultSecondaryProducer;
// This is just a forward declatation for the user-defined
// ParticleInterface, which is one of the essential template
// parameters for the Stack.
// <b>Important:</b> ParticleInterface must inherit from ParticleBase !
template <typename>
class ParticleInterface;
/**
The Stack class provides (and connects) the main particle data storage machinery.
......@@ -70,6 +58,8 @@ namespace corsika {
provide all functions to read single particle data from the
StackDataType, given an 'unsigned int' index.
<b>Important:</b> ParticleInterface must inherit from ParticleBase.
The Stack implements the
std-type begin/end function to allow integration in normal for
loops, ranges, etc.
......
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