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
257d28e8
Commit
257d28e8
authored
6 years ago
by
ralfulrich
Browse files
Options
Downloads
Patches
Plain Diff
use 100TeV, since this does not (yet) crash....
parent
0374517f
No related branches found
No related tags found
1 merge request
!54
Resolve "Adding FourVectors"
Pipeline
#217
passed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/Examples/cascade_example.cc
+1
-1
1 addition, 1 deletion
Documentation/Examples/cascade_example.cc
with
1 addition
and
1 deletion
Documentation/Examples/cascade_example.cc
+
1
−
1
View file @
257d28e8
...
@@ -245,7 +245,7 @@ int main() {
...
@@ -245,7 +245,7 @@ int main() {
// setup particle stack, and add primary particle
// setup particle stack, and add primary particle
setup
::
Stack
stack
;
setup
::
Stack
stack
;
stack
.
Clear
();
stack
.
Clear
();
const
HEPEnergyType
E0
=
100
0
_TeV
;
const
HEPEnergyType
E0
=
100
_TeV
;
// 1_PeV crashes with bad COMboost in second interaction (crash later)
double
theta
=
0.
;
double
theta
=
0.
;
double
phi
=
0.
;
double
phi
=
0.
;
{
{
...
...
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