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
8a1c6daa
Commit
8a1c6daa
authored
5 years ago
by
Ralf Ulrich
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'master'
removed unused file See merge request
!112
parents
bc9e9845
abc88414
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!112
removed unused file
Pipeline
#557
passed
5 years ago
Stage: build
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Framework/Cascade/Step.cc
+0
-19
0 additions, 19 deletions
Framework/Cascade/Step.cc
with
0 additions
and
19 deletions
Framework/Cascade/Step.cc
deleted
100644 → 0
+
0
−
19
View file @
bc9e9845
/*
* (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu
*
* See file AUTHORS for a list of contributors.
*
* This software is distributed under the terms of the GNU General Public
* Licence version 3 (GPL Version 3). See file LICENSE for a full version of
* the license.
*/
namespace
cascade
;
void
Cascade
::
Step
(
auto
&
sequence
,
Particle
&
particle
)
{
double
nextStep
=
sequence
.
MinStepLength
(
particle
);
Trajectory
trajectory
=
sequence
.
Transport
(
particle
,
nextStep
);
sequence
.
DoContinuous
(
particle
,
trajectory
);
sequence
.
DoDiscrete
(
particle
);
}
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