IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
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
Model registry
Operate
Environments
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
Air Shower Physics
corsika
Commits
c868ef99
Commit
c868ef99
authored
4 years ago
by
ralfulrich
Browse files
Options
Downloads
Patches
Plain Diff
warnings
parent
68e73987
No related branches found
No related tags found
1 merge request
!280
Refactory 2020
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/framework/testProcessSequence.cpp
+7
-7
7 additions, 7 deletions
tests/framework/testProcessSequence.cpp
with
7 additions
and
7 deletions
tests/framework/testProcessSequence.cpp
+
7
−
7
View file @
c868ef99
...
...
@@ -46,7 +46,7 @@ public:
return
ProcessReturn
::
Ok
;
}
private
:
[[
maybe_unused
]]
int
v_
=
0
;
int
v_
=
0
;
};
class
ContinuousProcess2
:
public
ContinuousProcess
<
ContinuousProcess2
>
{
...
...
@@ -65,7 +65,7 @@ public:
return
ProcessReturn
::
Ok
;
}
private
:
[[
maybe_unused
]]
int
v_
=
0
;
int
v_
=
0
;
};
class
ContinuousProcess3
:
public
ContinuousProcess
<
ContinuousProcess3
>
{
...
...
@@ -84,7 +84,7 @@ public:
return
ProcessReturn
::
Ok
;
}
private
:
[[
maybe_unused
]]
int
v_
=
0
;
int
v_
=
0
;
};
class
Process1
:
public
InteractionProcess
<
Process1
>
{
...
...
@@ -106,7 +106,7 @@ public:
return
10
_g
/
square
(
1
_cm
);
}
private
:
[[
maybe_unused
]]
int
v_
;
int
v_
;
};
class
Process2
:
public
InteractionProcess
<
Process2
>
{
...
...
@@ -129,7 +129,7 @@ public:
return
20
_g
/
(
1
_cm
*
1
_cm
);
}
private
:
[[
maybe_unused
]]
int
v_
=
0
;
int
v_
=
0
;
};
class
Process3
:
public
InteractionProcess
<
Process3
>
{
...
...
@@ -152,7 +152,7 @@ public:
return
30
_g
/
(
1
_cm
*
1
_cm
);
}
private
:
[[
maybe_unused
]]
int
v_
=
0
;
int
v_
=
0
;
};
class
Process4
:
public
BaseProcess
<
Process4
>
{
...
...
@@ -175,7 +175,7 @@ public:
checkInteract
|=
8
;
}
private
:
[[
maybe_unused
]]
int
v_
=
0
;
int
v_
=
0
;
};
class
Decay1
:
public
DecayProcess
<
Decay1
>
{
...
...
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