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
9fa5cb16
Commit
9fa5cb16
authored
4 years ago
by
Remy Prechelt
Committed by
ralfulrich
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove Init() from UrQMD
parent
2966d435
No related branches found
No related tags found
2 merge requests
!234
WIP: Initial example of python as script language from C++
,
!224
Remove Init() methods from Framework and Processes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Processes/UrQMD/UrQMD.h
+0
-1
0 additions, 1 deletion
Processes/UrQMD/UrQMD.h
with
0 additions
and
1 deletion
Processes/UrQMD/UrQMD.h
+
0
−
1
View file @
9fa5cb16
...
...
@@ -26,7 +26,6 @@ namespace corsika::process::UrQMD {
class
UrQMD
:
public
corsika
::
process
::
InteractionProcess
<
UrQMD
>
{
public:
UrQMD
(
std
::
string
const
&
path
=
utl
::
CorsikaData
(
"UrQMD/UrQMD-1.3.1-xs.dat"
));
void
Init
()
{}
corsika
::
units
::
si
::
GrammageType
GetInteractionLength
(
corsika
::
setup
::
Stack
::
StackIterator
const
&
)
const
;
...
...
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