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
c225c56d
Commit
c225c56d
authored
4 years ago
by
Nikos Karastathis
Browse files
Options
Downloads
Patches
Plain Diff
added testRadio.cpp in CMakeLists.txt
parent
fabf19c2
No related branches found
No related tags found
1 merge request
!329
Radio interface
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
corsika/framework/core/PhysicalUnits.hpp
+5
-0
5 additions, 0 deletions
corsika/framework/core/PhysicalUnits.hpp
tests/modules/CMakeLists.txt
+1
-0
1 addition, 0 deletions
tests/modules/CMakeLists.txt
with
6 additions
and
0 deletions
corsika/framework/core/PhysicalUnits.hpp
+
5
−
0
View file @
c225c56d
...
...
@@ -96,6 +96,11 @@ namespace corsika::units::si {
phys
::
units
::
quantity
<
phys
::
units
::
dimensions
<
2
,
-
1
,
0
>
,
double
>
;
using
MagneticFluxType
=
phys
::
units
::
quantity
<
phys
::
units
::
magnetic_flux_density_d
,
double
>
;
using
ElectricFieldType
=
phys
::
units
::
quantity
<
phys
::
units
::
dimensions
<
1
,
1
,
-
3
,
-
1
>
,
double
>
;
using
MagneticFieldType
=
phys
::
units
::
quantity
<
phys
::
units
::
dimensions
<-
1
,
0
,
0
,
1
>
,
double
>
;
template
<
typename
DimFrom
,
typename
DimTo
>
auto
constexpr
conversion_factor_HEP_to_SI
()
{
...
...
This diff is collapsed.
Click to expand it.
tests/modules/CMakeLists.txt
+
1
−
0
View file @
c225c56d
...
...
@@ -12,6 +12,7 @@ set (test_modules_sources
testParticleCut.cpp
testSibyll.cpp
testEpos.cpp
testRadio.cpp
)
CORSIKA_ADD_TEST
(
testModules SOURCES
${
test_modules_sources
}
)
...
...
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