IAP GITLAB

Skip to content
Snippets Groups Projects
Commit c225c56d authored by Nikos Karastathis's avatar Nikos Karastathis :ocean:
Browse files

added testRadio.cpp in CMakeLists.txt

parent fabf19c2
No related branches found
No related tags found
1 merge request!329Radio interface
......@@ -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() {
......
......@@ -12,6 +12,7 @@ set (test_modules_sources
testParticleCut.cpp
testSibyll.cpp
testEpos.cpp
testRadio.cpp
)
CORSIKA_ADD_TEST (testModules SOURCES ${test_modules_sources})
......
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