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
3a1d972a
Commit
3a1d972a
authored
4 years ago
by
ralfulrich
Browse files
Options
Downloads
Patches
Plain Diff
cleanup of comments
parent
48a35f4b
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
Framework/StackInterface/StackIteratorInterface.h
+10
-21
10 additions, 21 deletions
Framework/StackInterface/StackIteratorInterface.h
with
10 additions
and
21 deletions
Framework/StackInterface/StackIteratorInterface.h
+
10
−
21
View file @
3a1d972a
...
...
@@ -12,8 +12,7 @@
namespace
corsika
::
history
{
template
<
typename
T
,
template
<
typename
>
typename
ParticleInterface
>
// class HistorySecondaryView; // forward decl. for befriending
class
HistorySecondaryProducer
;
class
HistorySecondaryProducer
;
// forward decl.
}
namespace
corsika
::
stack
{
...
...
@@ -22,7 +21,6 @@ namespace corsika::stack {
class
Stack
;
// forward decl
template
<
typename
TStackData
,
template
<
typename
>
typename
TParticleInterface
,
// template <typename> typename TProd>
template
<
class
T1
,
template
<
class
>
class
T2
>
class
MSecondaryProducer
>
class
SecondaryView
;
// forward decl
...
...
@@ -86,17 +84,14 @@ namespace corsika::stack {
// SecondaryView : public Stack
friend
class
ParticleBase
<
StackIteratorInterface
>
;
// for access to GetStackData
template
<
typename
T1
,
//
=
TStackData,
template
<
typename
>
typename
M1
,
//
=
TParticleInterface,
template
<
typename
T1
,
//
best fix this to:
TStackData,
template
<
typename
>
typename
M1
,
//
best fix this to:
TParticleInterface,
template
<
typename
T
,
template
<
typename
>
typename
T3
>
typename
M2
>
// template <typename> typename M2>
friend
class
SecondaryView
;
//<TStackData,TParticleInterface,M>; // access for
// SecondaryView
friend
class
SecondaryView
;
// access grant for SecondaryView
template
<
typename
T
,
template
<
typename
>
typename
ParticleInterface
>
// friend class corsika::history::HistorySecondaryView;
friend
class
corsika
::
history
::
HistorySecondaryProducer
;
friend
class
ConstStackIteratorInterface
<
TStackData
,
TParticleInterface
,
StackType
>
;
protected:
...
...
@@ -256,25 +251,19 @@ namespace corsika::stack {
friend
class
Stack
<
TStackData
,
TParticleInterface
>
;
// for access to GetIndex for Stack
friend
class
Stack
<
TStackData
&
,
TParticleInterface
>
;
// for access to GetIndex
// SecondaryView : public Stack
friend
class
ParticleBase
<
ConstStackIteratorInterface
>
;
// for access to GetStackData
// friend class SecondaryView<TStackData,
// TParticleInterface>; //
// access for
// SecondaryView
template
<
typename
T1
,
//=TStackData,
template
<
typename
T1
,
// best fix to: TStackData,
template
<
typename
>
typename
M1
,
//=TParticleInterface,
// template <typename> typename M2>
typename
M1
,
// best fix to: TParticleInterface,
template
<
class
T2
,
template
<
class
>
class
T3
>
class
MSecondaryProducer
>
friend
class
SecondaryView
;
//<TStackData,TParticleInterface,M>; // access for
// SecondaryView
friend
class
SecondaryView
;
// access for SecondaryView
friend
class
StackIteratorInterface
<
TStackData
,
TParticleInterface
,
StackType
>
;
template
<
typename
T
,
template
<
typename
>
typename
ParticleInterface
>
// friend class corsika::history::HistorySecondaryView;
friend
class
corsika
::
history
::
HistorySecondaryProducer
;
protected:
...
...
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