IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 8a1c6daa authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Merge branch 'master' into 'master'

removed unused file

See merge request !112
parents bc9e9845 abc88414
No related branches found
No related tags found
1 merge request!112removed unused file
Pipeline #557 passed
/*
* (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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment