IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Antonio Augusto Alves Junior
corsika
Commits
b2f3447f
Commit
b2f3447f
authored
6 years ago
by
Maximilian Reininghaus
Browse files
Options
Downloads
Patches
Plain Diff
cmake environment dependency
parent
edcb893b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation/Examples/CMakeLists.txt
+1
-0
1 addition, 0 deletions
Documentation/Examples/CMakeLists.txt
Environment/Environment.h
+1
-1
1 addition, 1 deletion
Environment/Environment.h
with
2 additions
and
1 deletion
Documentation/Examples/CMakeLists.txt
+
1
−
0
View file @
b2f3447f
...
@@ -31,6 +31,7 @@ target_link_libraries (cascade_example SuperStupidStack CORSIKAunits CORSIKAlogg
...
@@ -31,6 +31,7 @@ target_link_libraries (cascade_example SuperStupidStack CORSIKAunits CORSIKAlogg
CORSIKAprocesses
CORSIKAprocesses
CORSIKAparticles
CORSIKAparticles
CORSIKAgeometry
CORSIKAgeometry
CORSIKAenvironment
CORSIKAprocesssequence
CORSIKAprocesssequence
)
)
#install (TARGETS cascade_example DESTINATION share/examples)
#install (TARGETS cascade_example DESTINATION share/examples)
...
...
This diff is collapsed.
Click to expand it.
Environment/Environment.h
+
1
−
1
View file @
b2f3447f
...
@@ -26,7 +26,7 @@ namespace corsika::environment {
...
@@ -26,7 +26,7 @@ namespace corsika::environment {
corsika
::
geometry
::
Point
{
corsika
::
geometry
::
Point
{
pCS
,
0
*
corsika
::
units
::
si
::
meter
,
pCS
,
0
*
corsika
::
units
::
si
::
meter
,
0
*
corsika
::
units
::
si
::
meter
,
0
*
corsika
::
units
::
si
::
meter
},
0
*
corsika
::
units
::
si
::
meter
,
0
*
corsika
::
units
::
si
::
meter
},
corsika
::
units
::
si
::
meter
*
std
::
numeric_limits
<
double
>::
max
())
{}
corsika
::
units
::
si
::
meter
*
std
::
numeric_limits
<
double
>::
infinity
())
{}
bool
Contains
(
corsika
::
geometry
::
Point
const
&
)
const
override
{
return
true
;
}
bool
Contains
(
corsika
::
geometry
::
Point
const
&
)
const
override
{
return
true
;
}
};
};
...
...
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