IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pranav Sampathkumar
corsika
Commits
5790b72f
Commit
5790b72f
authored
3 years ago
by
ralfulrich
Committed by
Ralf Ulrich
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
removed unneeded forwards, improved comments
parent
015c2fe2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
corsika/framework/stack/Stack.hpp
+2
-12
2 additions, 12 deletions
corsika/framework/stack/Stack.hpp
with
2 additions
and
12 deletions
corsika/framework/stack/Stack.hpp
+
2
−
12
View file @
5790b72f
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment