From 7fa223807e450636912af62f99d8b3b096832a1b Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Fri, 24 May 2019 09:37:40 +0200 Subject: [PATCH] removed all first-line newlines --- COAST/CMakeLists.txt | 1 - COAST/COASTProcess.cc | 1 - COAST/COASTProcess.h | 1 - COAST/COASTStack.h | 1 - COAST/COASTUserLib.cc | 1 - COAST/ParticleConversion.cc | 1 - COAST/ParticleConversion.h | 1 - Documentation/CMakeLists.txt | 1 - Documentation/Doxygen/CMakeLists.txt | 1 - Documentation/Examples/boundary_example.cc | 1 - Documentation/Examples/cascade_example.cc | 1 - Documentation/Examples/cascade_proton_example.cc | 1 - Documentation/Examples/geometry_example.cc | 1 - Documentation/Examples/helix_example.cc | 1 - Documentation/Examples/logger_example.cc | 1 - Documentation/Examples/stack_example.cc | 1 - Documentation/Examples/staticsequence_example.cc | 1 - Documentation/Examples/vertical_EAS.cc | 1 - Environment/DensityFunction.h | 1 - Environment/Environment.h | 1 - Environment/FlatExponential.h | 1 - Environment/HomogeneousMedium.h | 1 - Environment/IMediumModel.h | 1 - Environment/InhomogeneousMedium.h | 1 - Environment/LinearApproximationIntegrator.h | 1 - Environment/NuclearComposition.h | 1 - Environment/testEnvironment.cc | 1 - Framework/CMakeLists.txt | 1 - Framework/Cascade/CMakeLists.txt | 1 - Framework/Cascade/Cascade.h | 1 - Framework/Cascade/testCascade.cc | 1 - Framework/Cascade/testCascade.h | 1 - Framework/Geometry/BaseTrajectory.h | 1 - Framework/Geometry/BaseVector.h | 1 - Framework/Geometry/CMakeLists.txt | 1 - Framework/Geometry/CoordinateSystem.cc | 1 - Framework/Geometry/CoordinateSystem.h | 1 - Framework/Geometry/FourVector.h | 1 - Framework/Geometry/Helix.h | 1 - Framework/Geometry/Line.h | 1 - Framework/Geometry/Plane.h | 1 - Framework/Geometry/Point.h | 1 - Framework/Geometry/QuantityVector.h | 1 - Framework/Geometry/RootCoordinateSystem.h | 1 - Framework/Geometry/Sphere.h | 1 - Framework/Geometry/Vector.h | 1 - Framework/Geometry/Volume.h | 1 - Framework/Geometry/testFourVector.cc | 1 - Framework/Geometry/testGeometry.cc | 1 - Framework/Logging/BufferedSink.h | 1 - Framework/Logging/CMakeLists.txt | 1 - Framework/Logging/Logger.h | 1 - Framework/Logging/MessageOff.h | 1 - Framework/Logging/MessageOn.h | 1 - Framework/Logging/NoSink.h | 1 - Framework/Logging/Sink.h | 1 - Framework/Logging/testLogging.cc | 1 - Framework/Particles/ParticleProperties.cc | 1 - Framework/Particles/ParticleProperties.h | 1 - Framework/Particles/testParticles.cc | 1 - Framework/ProcessSequence/BaseProcess.h | 1 - Framework/ProcessSequence/CMakeLists.txt | 1 - Framework/ProcessSequence/ContinuousProcess.h | 1 - Framework/ProcessSequence/DecayProcess.h | 1 - Framework/ProcessSequence/InteractionProcess.h | 1 - Framework/ProcessSequence/ProcessReturn.h | 1 - Framework/ProcessSequence/ProcessSequence.h | 1 - Framework/ProcessSequence/ProcessSignature.h | 1 - Framework/ProcessSequence/SecondariesProcess.h | 1 - Framework/ProcessSequence/StackProcess.h | 1 - Framework/ProcessSequence/testProcessSequence.cc | 1 - Framework/Random/CMakeLists.txt | 1 - Framework/Random/ExponentialDistribution.h | 1 - Framework/Random/RNGManager.cc | 1 - Framework/Random/RNGManager.h | 1 - Framework/Random/UniformRealDistribution.h | 1 - Framework/Random/testRandom.cc | 1 - Framework/StackInterface/CombinedStack.h | 1 - Framework/StackInterface/ParticleBase.h | 1 - Framework/StackInterface/SecondaryView.h | 1 - Framework/StackInterface/Stack.h | 1 - Framework/StackInterface/StackIteratorInterface.h | 1 - Framework/StackInterface/testCombinedStack.cc | 1 - Framework/StackInterface/testSecondaryView.cc | 1 - Framework/StackInterface/testStackInterface.cc | 1 - Framework/StackInterface/testTestStack.h | 1 - Framework/Units/CMakeLists.txt | 1 - Framework/Units/PhysicalConstants.h | 1 - Framework/Units/PhysicalUnits.h | 1 - Framework/Units/testUnits.cc | 1 - Framework/Utilities/Bit.h | 1 - Framework/Utilities/COMBoost.cc | 1 - Framework/Utilities/COMBoost.h | 1 - Framework/Utilities/CorsikaFenv.h | 1 - Framework/Utilities/CorsikaFenvDefault.cc | 1 - Framework/Utilities/CorsikaFenvFallback.cc | 1 - Framework/Utilities/MetaProgramming.h | 1 - Framework/Utilities/Singleton.h | 1 - Framework/Utilities/testCOMBoost.cc | 1 - Framework/Utilities/testCorsikaFenv.cc | 1 - Framework/Utilities/try_feenableexcept.cc | 1 - Main/CMakeLists.txt | 1 - Main/shower.cc | 1 - Processes/CMakeLists.txt | 1 - Processes/EnergyLoss/CMakeLists.txt | 1 - Processes/EnergyLoss/EnergyLoss.cc | 1 - Processes/EnergyLoss/EnergyLoss.h | 1 - Processes/HadronicElasticModel/CMakeLists.txt | 1 - Processes/HadronicElasticModel/HadronicElasticModel.cc | 1 - Processes/HadronicElasticModel/HadronicElasticModel.h | 1 - Processes/NullModel/CMakeLists.txt | 1 - Processes/NullModel/NullModel.cc | 1 - Processes/NullModel/NullModel.h | 1 - Processes/NullModel/testNullModel.cc | 1 - Processes/Pythia/Decay.h | 1 - Processes/Pythia/Interaction.cc | 1 - Processes/Pythia/Random.h | 1 - Processes/Pythia/testPythia.cc | 1 - Processes/Sibyll/Decay.cc | 1 - Processes/Sibyll/Decay.h | 1 - Processes/Sibyll/Interaction.cc | 1 - Processes/Sibyll/Interaction.h | 1 - Processes/Sibyll/NuclearInteraction.cc | 1 - Processes/Sibyll/NuclearInteraction.h | 1 - Processes/Sibyll/ParticleConversion.cc | 1 - Processes/Sibyll/ParticleConversion.h | 1 - Processes/Sibyll/SibStack.h | 1 - Processes/Sibyll/nuclib.h | 1 - Processes/Sibyll/sibyll2.3c.cc | 1 - Processes/Sibyll/sibyll2.3c.h | 1 - Processes/Sibyll/testSibyll.cc | 1 - Processes/StackInspector/CMakeLists.txt | 1 - Processes/StackInspector/StackInspector.cc | 1 - Processes/StackInspector/StackInspector.h | 1 - Processes/StackInspector/testStackInspector.cc | 1 - Processes/TrackWriter/CMakeLists.txt | 1 - Processes/TrackWriter/TrackWriter.cc | 1 - Processes/TrackWriter/TrackWriter.h | 1 - Processes/TrackingLine/CMakeLists.txt | 1 - Processes/TrackingLine/TrackingLine.cc | 1 - Processes/TrackingLine/TrackingLine.h | 1 - Processes/UrQMD/Copyright | 1 - Processes/UrQMD/UrQMD.cc | 1 - Processes/UrQMD/UrQMD.h | 1 - Setup/CMakeLists.txt | 1 - Setup/SetupEnvironment.h | 1 - Setup/SetupLogger.h | 1 - Setup/SetupStack.h | 1 - Setup/SetupTrajectory.h | 1 - Stack/CMakeLists.txt | 1 - Stack/DummyStack/CMakeLists.txt | 1 - Stack/DummyStack/DummyStack.h | 1 - Stack/NuclearStackExtension/CMakeLists.txt | 1 - Stack/NuclearStackExtension/NuclearStackExtension.h | 1 - Stack/NuclearStackExtension/testNuclearStackExtension.cc | 1 - Stack/SuperStupidStack/CMakeLists.txt | 1 - Stack/SuperStupidStack/SuperStupidStack.h | 1 - Stack/SuperStupidStack/testSuperStupidStack.cc | 1 - 158 files changed, 158 deletions(-) diff --git a/COAST/CMakeLists.txt b/COAST/CMakeLists.txt index 7a8c67e39..dc09ce62d 100644 --- a/COAST/CMakeLists.txt +++ b/COAST/CMakeLists.txt @@ -1,4 +1,3 @@ - set ( COAST_HEADERS COASTProcess.h diff --git a/COAST/COASTProcess.cc b/COAST/COASTProcess.cc index bfbf8839d..815fde3bf 100644 --- a/COAST/COASTProcess.cc +++ b/COAST/COASTProcess.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/COAST/COASTProcess.h b/COAST/COASTProcess.h index a5d7606c5..0d1895e6e 100644 --- a/COAST/COASTProcess.h +++ b/COAST/COASTProcess.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/COAST/COASTStack.h b/COAST/COASTStack.h index 9db80c271..d1000a937 100644 --- a/COAST/COASTStack.h +++ b/COAST/COASTStack.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/COAST/COASTUserLib.cc b/COAST/COASTUserLib.cc index 230d10a5c..51cac0280 100644 --- a/COAST/COASTUserLib.cc +++ b/COAST/COASTUserLib.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/COAST/ParticleConversion.cc b/COAST/ParticleConversion.cc index c0bc3dab5..2cbd738a8 100644 --- a/COAST/ParticleConversion.cc +++ b/COAST/ParticleConversion.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/COAST/ParticleConversion.h b/COAST/ParticleConversion.h index 82a9a9d7d..c3f807c28 100644 --- a/COAST/ParticleConversion.h +++ b/COAST/ParticleConversion.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Documentation/CMakeLists.txt b/Documentation/CMakeLists.txt index 194c7be44..ffab73c84 100644 --- a/Documentation/CMakeLists.txt +++ b/Documentation/CMakeLists.txt @@ -1,4 +1,3 @@ - add_subdirectory (Doxygen) add_subdirectory (Examples) diff --git a/Documentation/Doxygen/CMakeLists.txt b/Documentation/Doxygen/CMakeLists.txt index 9fdd84f38..b3511f84d 100644 --- a/Documentation/Doxygen/CMakeLists.txt +++ b/Documentation/Doxygen/CMakeLists.txt @@ -1,4 +1,3 @@ - find_package (Doxygen OPTIONAL_COMPONENTS dot mscgen dia) if (DOXYGEN_FOUND) diff --git a/Documentation/Examples/boundary_example.cc b/Documentation/Examples/boundary_example.cc index 037c8b352..bd6ea8ea4 100644 --- a/Documentation/Examples/boundary_example.cc +++ b/Documentation/Examples/boundary_example.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Documentation/Examples/cascade_example.cc b/Documentation/Examples/cascade_example.cc index 2ef7cdcf0..510f20767 100644 --- a/Documentation/Examples/cascade_example.cc +++ b/Documentation/Examples/cascade_example.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Documentation/Examples/cascade_proton_example.cc b/Documentation/Examples/cascade_proton_example.cc index e5b4b3456..5b43951fc 100644 --- a/Documentation/Examples/cascade_proton_example.cc +++ b/Documentation/Examples/cascade_proton_example.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Documentation/Examples/geometry_example.cc b/Documentation/Examples/geometry_example.cc index 8ed0d6f65..58fc3c20e 100644 --- a/Documentation/Examples/geometry_example.cc +++ b/Documentation/Examples/geometry_example.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Documentation/Examples/helix_example.cc b/Documentation/Examples/helix_example.cc index ec73fc36c..32a14c221 100644 --- a/Documentation/Examples/helix_example.cc +++ b/Documentation/Examples/helix_example.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Documentation/Examples/logger_example.cc b/Documentation/Examples/logger_example.cc index 956f49127..ce53b3a67 100644 --- a/Documentation/Examples/logger_example.cc +++ b/Documentation/Examples/logger_example.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Documentation/Examples/stack_example.cc b/Documentation/Examples/stack_example.cc index 85c68edb6..6d8bd967f 100644 --- a/Documentation/Examples/stack_example.cc +++ b/Documentation/Examples/stack_example.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Documentation/Examples/staticsequence_example.cc b/Documentation/Examples/staticsequence_example.cc index 0cd2901c3..11bb288d4 100644 --- a/Documentation/Examples/staticsequence_example.cc +++ b/Documentation/Examples/staticsequence_example.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Documentation/Examples/vertical_EAS.cc b/Documentation/Examples/vertical_EAS.cc index d029a35cf..ae2ffa279 100644 --- a/Documentation/Examples/vertical_EAS.cc +++ b/Documentation/Examples/vertical_EAS.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Environment/DensityFunction.h b/Environment/DensityFunction.h index 92ba841be..992f1b854 100644 --- a/Environment/DensityFunction.h +++ b/Environment/DensityFunction.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Environment/Environment.h b/Environment/Environment.h index d7ac8d14a..4c731ed48 100644 --- a/Environment/Environment.h +++ b/Environment/Environment.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Environment/FlatExponential.h b/Environment/FlatExponential.h index 842850859..84a613a57 100644 --- a/Environment/FlatExponential.h +++ b/Environment/FlatExponential.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Environment/HomogeneousMedium.h b/Environment/HomogeneousMedium.h index 1f54dbe79..264482878 100644 --- a/Environment/HomogeneousMedium.h +++ b/Environment/HomogeneousMedium.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Environment/IMediumModel.h b/Environment/IMediumModel.h index 03136a036..25cc2ffaa 100644 --- a/Environment/IMediumModel.h +++ b/Environment/IMediumModel.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Environment/InhomogeneousMedium.h b/Environment/InhomogeneousMedium.h index 0b1a0c1b9..6c61c7849 100644 --- a/Environment/InhomogeneousMedium.h +++ b/Environment/InhomogeneousMedium.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Environment/LinearApproximationIntegrator.h b/Environment/LinearApproximationIntegrator.h index 90e14d99a..ba84ac287 100644 --- a/Environment/LinearApproximationIntegrator.h +++ b/Environment/LinearApproximationIntegrator.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Environment/NuclearComposition.h b/Environment/NuclearComposition.h index e7f0d6d8a..491f25a25 100644 --- a/Environment/NuclearComposition.h +++ b/Environment/NuclearComposition.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Environment/testEnvironment.cc b/Environment/testEnvironment.cc index 0821a2427..1fdaceee3 100644 --- a/Environment/testEnvironment.cc +++ b/Environment/testEnvironment.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/CMakeLists.txt b/Framework/CMakeLists.txt index 2f7cd2b3e..cfcb772a4 100644 --- a/Framework/CMakeLists.txt +++ b/Framework/CMakeLists.txt @@ -1,4 +1,3 @@ - add_subdirectory (Utilities) add_subdirectory (Units) add_subdirectory (Geometry) diff --git a/Framework/Cascade/CMakeLists.txt b/Framework/Cascade/CMakeLists.txt index cce178637..4c698843d 100644 --- a/Framework/Cascade/CMakeLists.txt +++ b/Framework/Cascade/CMakeLists.txt @@ -1,4 +1,3 @@ - # namespace of library -> location of header files set ( CORSIKAcascade_NAMESPACE diff --git a/Framework/Cascade/Cascade.h b/Framework/Cascade/Cascade.h index 75f29e4ed..37d0a48a7 100644 --- a/Framework/Cascade/Cascade.h +++ b/Framework/Cascade/Cascade.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Cascade/testCascade.cc b/Framework/Cascade/testCascade.cc index 89fd65ef4..36049cd8e 100644 --- a/Framework/Cascade/testCascade.cc +++ b/Framework/Cascade/testCascade.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Cascade/testCascade.h b/Framework/Cascade/testCascade.h index 386a7281f..ac7a290f1 100644 --- a/Framework/Cascade/testCascade.h +++ b/Framework/Cascade/testCascade.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/BaseTrajectory.h b/Framework/Geometry/BaseTrajectory.h index 8d13f97a3..3654db64d 100644 --- a/Framework/Geometry/BaseTrajectory.h +++ b/Framework/Geometry/BaseTrajectory.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/BaseVector.h b/Framework/Geometry/BaseVector.h index c41d8edf2..e8c9857eb 100644 --- a/Framework/Geometry/BaseVector.h +++ b/Framework/Geometry/BaseVector.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/CMakeLists.txt b/Framework/Geometry/CMakeLists.txt index 510d8e392..4bf86a3be 100644 --- a/Framework/Geometry/CMakeLists.txt +++ b/Framework/Geometry/CMakeLists.txt @@ -1,4 +1,3 @@ - set ( GEOMETRY_SOURCES CoordinateSystem.cc diff --git a/Framework/Geometry/CoordinateSystem.cc b/Framework/Geometry/CoordinateSystem.cc index 35e294167..49a35724e 100644 --- a/Framework/Geometry/CoordinateSystem.cc +++ b/Framework/Geometry/CoordinateSystem.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/CoordinateSystem.h b/Framework/Geometry/CoordinateSystem.h index 195e89bb8..26da1a701 100644 --- a/Framework/Geometry/CoordinateSystem.h +++ b/Framework/Geometry/CoordinateSystem.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/FourVector.h b/Framework/Geometry/FourVector.h index 0a917a153..cae2d6f85 100644 --- a/Framework/Geometry/FourVector.h +++ b/Framework/Geometry/FourVector.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/Helix.h b/Framework/Geometry/Helix.h index caf2c34d0..120522db2 100644 --- a/Framework/Geometry/Helix.h +++ b/Framework/Geometry/Helix.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/Line.h b/Framework/Geometry/Line.h index ce795d8d9..b1d00fe81 100644 --- a/Framework/Geometry/Line.h +++ b/Framework/Geometry/Line.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/Plane.h b/Framework/Geometry/Plane.h index 2c3f103f5..f6c201177 100644 --- a/Framework/Geometry/Plane.h +++ b/Framework/Geometry/Plane.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/Point.h b/Framework/Geometry/Point.h index 55dfa2950..4b7e121e7 100644 --- a/Framework/Geometry/Point.h +++ b/Framework/Geometry/Point.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/QuantityVector.h b/Framework/Geometry/QuantityVector.h index c606a2934..2c09260c0 100644 --- a/Framework/Geometry/QuantityVector.h +++ b/Framework/Geometry/QuantityVector.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/RootCoordinateSystem.h b/Framework/Geometry/RootCoordinateSystem.h index 0e641b3a3..ac47ba9c4 100644 --- a/Framework/Geometry/RootCoordinateSystem.h +++ b/Framework/Geometry/RootCoordinateSystem.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/Sphere.h b/Framework/Geometry/Sphere.h index 5a38820a3..894309f22 100644 --- a/Framework/Geometry/Sphere.h +++ b/Framework/Geometry/Sphere.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/Vector.h b/Framework/Geometry/Vector.h index ca97abb50..64a5e8df2 100644 --- a/Framework/Geometry/Vector.h +++ b/Framework/Geometry/Vector.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/Volume.h b/Framework/Geometry/Volume.h index c6c953d95..7f82fa162 100644 --- a/Framework/Geometry/Volume.h +++ b/Framework/Geometry/Volume.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/testFourVector.cc b/Framework/Geometry/testFourVector.cc index a4063f0ef..4046df094 100644 --- a/Framework/Geometry/testFourVector.cc +++ b/Framework/Geometry/testFourVector.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Geometry/testGeometry.cc b/Framework/Geometry/testGeometry.cc index dae272be1..56896960b 100644 --- a/Framework/Geometry/testGeometry.cc +++ b/Framework/Geometry/testGeometry.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Logging/BufferedSink.h b/Framework/Logging/BufferedSink.h index 16844e013..5b2b3a62a 100644 --- a/Framework/Logging/BufferedSink.h +++ b/Framework/Logging/BufferedSink.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Logging/CMakeLists.txt b/Framework/Logging/CMakeLists.txt index 056aaad35..ccfd71e4b 100644 --- a/Framework/Logging/CMakeLists.txt +++ b/Framework/Logging/CMakeLists.txt @@ -1,4 +1,3 @@ - add_library (CORSIKAlogging INTERFACE) # namespace of library -> location of header files diff --git a/Framework/Logging/Logger.h b/Framework/Logging/Logger.h index 90bddd82d..15ebe3c54 100644 --- a/Framework/Logging/Logger.h +++ b/Framework/Logging/Logger.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Logging/MessageOff.h b/Framework/Logging/MessageOff.h index 91bd965cd..691824be0 100644 --- a/Framework/Logging/MessageOff.h +++ b/Framework/Logging/MessageOff.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Logging/MessageOn.h b/Framework/Logging/MessageOn.h index 159eae68b..0b013a635 100644 --- a/Framework/Logging/MessageOn.h +++ b/Framework/Logging/MessageOn.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Logging/NoSink.h b/Framework/Logging/NoSink.h index 93a16d1a1..866d35601 100644 --- a/Framework/Logging/NoSink.h +++ b/Framework/Logging/NoSink.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Logging/Sink.h b/Framework/Logging/Sink.h index f88e3812f..28c768d6f 100644 --- a/Framework/Logging/Sink.h +++ b/Framework/Logging/Sink.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Logging/testLogging.cc b/Framework/Logging/testLogging.cc index 56b44779c..92f883d0b 100644 --- a/Framework/Logging/testLogging.cc +++ b/Framework/Logging/testLogging.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Particles/ParticleProperties.cc b/Framework/Particles/ParticleProperties.cc index 396a10afd..0f572ca24 100644 --- a/Framework/Particles/ParticleProperties.cc +++ b/Framework/Particles/ParticleProperties.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Particles/ParticleProperties.h b/Framework/Particles/ParticleProperties.h index 472baf40d..69f070065 100644 --- a/Framework/Particles/ParticleProperties.h +++ b/Framework/Particles/ParticleProperties.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Particles/testParticles.cc b/Framework/Particles/testParticles.cc index 3fd99ea2c..0b0dd86d5 100644 --- a/Framework/Particles/testParticles.cc +++ b/Framework/Particles/testParticles.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/ProcessSequence/BaseProcess.h b/Framework/ProcessSequence/BaseProcess.h index 6733fcf9a..31b7f5384 100644 --- a/Framework/ProcessSequence/BaseProcess.h +++ b/Framework/ProcessSequence/BaseProcess.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/ProcessSequence/CMakeLists.txt b/Framework/ProcessSequence/CMakeLists.txt index 33aad8236..40208c570 100644 --- a/Framework/ProcessSequence/CMakeLists.txt +++ b/Framework/ProcessSequence/CMakeLists.txt @@ -1,4 +1,3 @@ - add_library (CORSIKAprocesssequence INTERFACE) #namespace of library->location of header files diff --git a/Framework/ProcessSequence/ContinuousProcess.h b/Framework/ProcessSequence/ContinuousProcess.h index 27f6c8fae..13ee20752 100644 --- a/Framework/ProcessSequence/ContinuousProcess.h +++ b/Framework/ProcessSequence/ContinuousProcess.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/ProcessSequence/DecayProcess.h b/Framework/ProcessSequence/DecayProcess.h index 16d63ae66..2f1131dca 100644 --- a/Framework/ProcessSequence/DecayProcess.h +++ b/Framework/ProcessSequence/DecayProcess.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/ProcessSequence/InteractionProcess.h b/Framework/ProcessSequence/InteractionProcess.h index 27ad9c222..ecc981e94 100644 --- a/Framework/ProcessSequence/InteractionProcess.h +++ b/Framework/ProcessSequence/InteractionProcess.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/ProcessSequence/ProcessReturn.h b/Framework/ProcessSequence/ProcessReturn.h index 94a69406a..2684dade5 100644 --- a/Framework/ProcessSequence/ProcessReturn.h +++ b/Framework/ProcessSequence/ProcessReturn.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/ProcessSequence/ProcessSequence.h b/Framework/ProcessSequence/ProcessSequence.h index 3bd759c04..68d3cc3c2 100644 --- a/Framework/ProcessSequence/ProcessSequence.h +++ b/Framework/ProcessSequence/ProcessSequence.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/ProcessSequence/ProcessSignature.h b/Framework/ProcessSequence/ProcessSignature.h index 38503b87b..0fb3abd9c 100644 --- a/Framework/ProcessSequence/ProcessSignature.h +++ b/Framework/ProcessSequence/ProcessSignature.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/ProcessSequence/SecondariesProcess.h b/Framework/ProcessSequence/SecondariesProcess.h index 7e4f11e44..8422012cb 100644 --- a/Framework/ProcessSequence/SecondariesProcess.h +++ b/Framework/ProcessSequence/SecondariesProcess.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/ProcessSequence/StackProcess.h b/Framework/ProcessSequence/StackProcess.h index 1458fa75c..56cf4991c 100644 --- a/Framework/ProcessSequence/StackProcess.h +++ b/Framework/ProcessSequence/StackProcess.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/ProcessSequence/testProcessSequence.cc b/Framework/ProcessSequence/testProcessSequence.cc index aa78ee89c..4202a1dcf 100644 --- a/Framework/ProcessSequence/testProcessSequence.cc +++ b/Framework/ProcessSequence/testProcessSequence.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Random/CMakeLists.txt b/Framework/Random/CMakeLists.txt index bbbe8d32d..2a8690a02 100644 --- a/Framework/Random/CMakeLists.txt +++ b/Framework/Random/CMakeLists.txt @@ -1,4 +1,3 @@ - set ( CORSIKArandom_SOURCES RNGManager.cc diff --git a/Framework/Random/ExponentialDistribution.h b/Framework/Random/ExponentialDistribution.h index dc17b2099..46b12a639 100644 --- a/Framework/Random/ExponentialDistribution.h +++ b/Framework/Random/ExponentialDistribution.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Random/RNGManager.cc b/Framework/Random/RNGManager.cc index c02f7a432..ddcccae37 100644 --- a/Framework/Random/RNGManager.cc +++ b/Framework/Random/RNGManager.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Random/RNGManager.h b/Framework/Random/RNGManager.h index 9637b4b82..da630c253 100644 --- a/Framework/Random/RNGManager.h +++ b/Framework/Random/RNGManager.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Random/UniformRealDistribution.h b/Framework/Random/UniformRealDistribution.h index 1328377dc..7f96bea92 100644 --- a/Framework/Random/UniformRealDistribution.h +++ b/Framework/Random/UniformRealDistribution.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Random/testRandom.cc b/Framework/Random/testRandom.cc index c362d393f..95eda4d36 100644 --- a/Framework/Random/testRandom.cc +++ b/Framework/Random/testRandom.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/StackInterface/CombinedStack.h b/Framework/StackInterface/CombinedStack.h index 8b987d510..42f2f78d8 100644 --- a/Framework/StackInterface/CombinedStack.h +++ b/Framework/StackInterface/CombinedStack.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/StackInterface/ParticleBase.h b/Framework/StackInterface/ParticleBase.h index 04c9184ba..78a4c867c 100644 --- a/Framework/StackInterface/ParticleBase.h +++ b/Framework/StackInterface/ParticleBase.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/StackInterface/SecondaryView.h b/Framework/StackInterface/SecondaryView.h index fae9d463f..a1dd42409 100644 --- a/Framework/StackInterface/SecondaryView.h +++ b/Framework/StackInterface/SecondaryView.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/StackInterface/Stack.h b/Framework/StackInterface/Stack.h index 86bd98180..c5c78ad8b 100644 --- a/Framework/StackInterface/Stack.h +++ b/Framework/StackInterface/Stack.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/StackInterface/StackIteratorInterface.h b/Framework/StackInterface/StackIteratorInterface.h index 03c59cb44..16c08f03e 100644 --- a/Framework/StackInterface/StackIteratorInterface.h +++ b/Framework/StackInterface/StackIteratorInterface.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/StackInterface/testCombinedStack.cc b/Framework/StackInterface/testCombinedStack.cc index aceccd1b4..70f5538cc 100644 --- a/Framework/StackInterface/testCombinedStack.cc +++ b/Framework/StackInterface/testCombinedStack.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/StackInterface/testSecondaryView.cc b/Framework/StackInterface/testSecondaryView.cc index 95c196d5e..2a0dca6c8 100644 --- a/Framework/StackInterface/testSecondaryView.cc +++ b/Framework/StackInterface/testSecondaryView.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/StackInterface/testStackInterface.cc b/Framework/StackInterface/testStackInterface.cc index 1fa07872f..95235f0eb 100644 --- a/Framework/StackInterface/testStackInterface.cc +++ b/Framework/StackInterface/testStackInterface.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/StackInterface/testTestStack.h b/Framework/StackInterface/testTestStack.h index b086994cc..d7a9e7b43 100644 --- a/Framework/StackInterface/testTestStack.h +++ b/Framework/StackInterface/testTestStack.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Units/CMakeLists.txt b/Framework/Units/CMakeLists.txt index 639c5cbd8..401993bd4 100644 --- a/Framework/Units/CMakeLists.txt +++ b/Framework/Units/CMakeLists.txt @@ -1,4 +1,3 @@ - add_library (CORSIKAunits INTERFACE) set (CORSIKAunits_NAMESPACE corsika/units) diff --git a/Framework/Units/PhysicalConstants.h b/Framework/Units/PhysicalConstants.h index 23494f036..eacccfe16 100644 --- a/Framework/Units/PhysicalConstants.h +++ b/Framework/Units/PhysicalConstants.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Units/PhysicalUnits.h b/Framework/Units/PhysicalUnits.h index b1f1eb742..e701928f8 100644 --- a/Framework/Units/PhysicalUnits.h +++ b/Framework/Units/PhysicalUnits.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Units/testUnits.cc b/Framework/Units/testUnits.cc index fb07c714e..bce1218e3 100644 --- a/Framework/Units/testUnits.cc +++ b/Framework/Units/testUnits.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Utilities/Bit.h b/Framework/Utilities/Bit.h index 7306e76d8..c3e549028 100644 --- a/Framework/Utilities/Bit.h +++ b/Framework/Utilities/Bit.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Utilities/COMBoost.cc b/Framework/Utilities/COMBoost.cc index a94645215..1d65d6439 100644 --- a/Framework/Utilities/COMBoost.cc +++ b/Framework/Utilities/COMBoost.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Utilities/COMBoost.h b/Framework/Utilities/COMBoost.h index 57867769d..48532531e 100644 --- a/Framework/Utilities/COMBoost.h +++ b/Framework/Utilities/COMBoost.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Utilities/CorsikaFenv.h b/Framework/Utilities/CorsikaFenv.h index e7df59534..459be7ff6 100644 --- a/Framework/Utilities/CorsikaFenv.h +++ b/Framework/Utilities/CorsikaFenv.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Utilities/CorsikaFenvDefault.cc b/Framework/Utilities/CorsikaFenvDefault.cc index f1bb7732b..228bf54f5 100644 --- a/Framework/Utilities/CorsikaFenvDefault.cc +++ b/Framework/Utilities/CorsikaFenvDefault.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Utilities/CorsikaFenvFallback.cc b/Framework/Utilities/CorsikaFenvFallback.cc index ed71c5b6c..8aa130b73 100644 --- a/Framework/Utilities/CorsikaFenvFallback.cc +++ b/Framework/Utilities/CorsikaFenvFallback.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Utilities/MetaProgramming.h b/Framework/Utilities/MetaProgramming.h index 73aa19f82..1d88cb218 100644 --- a/Framework/Utilities/MetaProgramming.h +++ b/Framework/Utilities/MetaProgramming.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Utilities/Singleton.h b/Framework/Utilities/Singleton.h index 80c272d58..944fbe6f9 100644 --- a/Framework/Utilities/Singleton.h +++ b/Framework/Utilities/Singleton.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Utilities/testCOMBoost.cc b/Framework/Utilities/testCOMBoost.cc index da7cffefe..9589bdd11 100644 --- a/Framework/Utilities/testCOMBoost.cc +++ b/Framework/Utilities/testCOMBoost.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Utilities/testCorsikaFenv.cc b/Framework/Utilities/testCorsikaFenv.cc index eb4885b9a..1049e5164 100644 --- a/Framework/Utilities/testCorsikaFenv.cc +++ b/Framework/Utilities/testCorsikaFenv.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Framework/Utilities/try_feenableexcept.cc b/Framework/Utilities/try_feenableexcept.cc index 9ca52262c..0e12cf8d4 100644 --- a/Framework/Utilities/try_feenableexcept.cc +++ b/Framework/Utilities/try_feenableexcept.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Main/CMakeLists.txt b/Main/CMakeLists.txt index 139597f9c..8b1378917 100644 --- a/Main/CMakeLists.txt +++ b/Main/CMakeLists.txt @@ -1,2 +1 @@ - diff --git a/Main/shower.cc b/Main/shower.cc index 5ca8d4ab2..05a5e9bd9 100644 --- a/Main/shower.cc +++ b/Main/shower.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/CMakeLists.txt b/Processes/CMakeLists.txt index 2835a7043..b97d0eae8 100644 --- a/Processes/CMakeLists.txt +++ b/Processes/CMakeLists.txt @@ -1,4 +1,3 @@ - add_subdirectory (NullModel) add_subdirectory (Sibyll) if (PYTHIA8_FOUND) diff --git a/Processes/EnergyLoss/CMakeLists.txt b/Processes/EnergyLoss/CMakeLists.txt index 41eb2ecec..b02f9e803 100644 --- a/Processes/EnergyLoss/CMakeLists.txt +++ b/Processes/EnergyLoss/CMakeLists.txt @@ -1,4 +1,3 @@ - set ( MODEL_SOURCES EnergyLoss.cc diff --git a/Processes/EnergyLoss/EnergyLoss.cc b/Processes/EnergyLoss/EnergyLoss.cc index aaa6dfd61..b49030a57 100644 --- a/Processes/EnergyLoss/EnergyLoss.cc +++ b/Processes/EnergyLoss/EnergyLoss.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/EnergyLoss/EnergyLoss.h b/Processes/EnergyLoss/EnergyLoss.h index d0726d9d4..36919fade 100644 --- a/Processes/EnergyLoss/EnergyLoss.h +++ b/Processes/EnergyLoss/EnergyLoss.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/HadronicElasticModel/CMakeLists.txt b/Processes/HadronicElasticModel/CMakeLists.txt index 60f0b7999..fe02cdf26 100644 --- a/Processes/HadronicElasticModel/CMakeLists.txt +++ b/Processes/HadronicElasticModel/CMakeLists.txt @@ -1,4 +1,3 @@ - set ( MODEL_SOURCES HadronicElasticModel.cc diff --git a/Processes/HadronicElasticModel/HadronicElasticModel.cc b/Processes/HadronicElasticModel/HadronicElasticModel.cc index 33f162e41..eadbc9da2 100644 --- a/Processes/HadronicElasticModel/HadronicElasticModel.cc +++ b/Processes/HadronicElasticModel/HadronicElasticModel.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/HadronicElasticModel/HadronicElasticModel.h b/Processes/HadronicElasticModel/HadronicElasticModel.h index 4180c04c5..5b7769ea2 100644 --- a/Processes/HadronicElasticModel/HadronicElasticModel.h +++ b/Processes/HadronicElasticModel/HadronicElasticModel.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/NullModel/CMakeLists.txt b/Processes/NullModel/CMakeLists.txt index c3355c77c..94032b28a 100644 --- a/Processes/NullModel/CMakeLists.txt +++ b/Processes/NullModel/CMakeLists.txt @@ -1,4 +1,3 @@ - set ( MODEL_SOURCES NullModel.cc diff --git a/Processes/NullModel/NullModel.cc b/Processes/NullModel/NullModel.cc index 802ee5b4a..2e2861dc9 100644 --- a/Processes/NullModel/NullModel.cc +++ b/Processes/NullModel/NullModel.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/NullModel/NullModel.h b/Processes/NullModel/NullModel.h index d3a820da4..f02978af7 100644 --- a/Processes/NullModel/NullModel.h +++ b/Processes/NullModel/NullModel.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/NullModel/testNullModel.cc b/Processes/NullModel/testNullModel.cc index 930d5979f..f8ec122c6 100644 --- a/Processes/NullModel/testNullModel.cc +++ b/Processes/NullModel/testNullModel.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Pythia/Decay.h b/Processes/Pythia/Decay.h index 6506625b0..cc971c6b0 100644 --- a/Processes/Pythia/Decay.h +++ b/Processes/Pythia/Decay.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Pythia/Interaction.cc b/Processes/Pythia/Interaction.cc index 6cdf54973..938666adf 100644 --- a/Processes/Pythia/Interaction.cc +++ b/Processes/Pythia/Interaction.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Pythia/Random.h b/Processes/Pythia/Random.h index cd35fc4ee..9a6fb6fc7 100644 --- a/Processes/Pythia/Random.h +++ b/Processes/Pythia/Random.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Pythia/testPythia.cc b/Processes/Pythia/testPythia.cc index 3fb2df13e..baf848519 100644 --- a/Processes/Pythia/testPythia.cc +++ b/Processes/Pythia/testPythia.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Sibyll/Decay.cc b/Processes/Sibyll/Decay.cc index 9cb42f0c5..b2ac4a9ef 100644 --- a/Processes/Sibyll/Decay.cc +++ b/Processes/Sibyll/Decay.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Sibyll/Decay.h b/Processes/Sibyll/Decay.h index 03efcb971..0416bf6e2 100644 --- a/Processes/Sibyll/Decay.h +++ b/Processes/Sibyll/Decay.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Sibyll/Interaction.cc b/Processes/Sibyll/Interaction.cc index b15d9e885..3867ca65e 100644 --- a/Processes/Sibyll/Interaction.cc +++ b/Processes/Sibyll/Interaction.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Sibyll/Interaction.h b/Processes/Sibyll/Interaction.h index e7d7a0902..44e847cae 100644 --- a/Processes/Sibyll/Interaction.h +++ b/Processes/Sibyll/Interaction.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Sibyll/NuclearInteraction.cc b/Processes/Sibyll/NuclearInteraction.cc index 31abd9da3..8df7974e1 100644 --- a/Processes/Sibyll/NuclearInteraction.cc +++ b/Processes/Sibyll/NuclearInteraction.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Sibyll/NuclearInteraction.h b/Processes/Sibyll/NuclearInteraction.h index 6bee9ba7a..fb82c4d2b 100644 --- a/Processes/Sibyll/NuclearInteraction.h +++ b/Processes/Sibyll/NuclearInteraction.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Sibyll/ParticleConversion.cc b/Processes/Sibyll/ParticleConversion.cc index 1410775bf..4a19f2fb9 100644 --- a/Processes/Sibyll/ParticleConversion.cc +++ b/Processes/Sibyll/ParticleConversion.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Sibyll/ParticleConversion.h b/Processes/Sibyll/ParticleConversion.h index 0d67fc830..a6b31fc8f 100644 --- a/Processes/Sibyll/ParticleConversion.h +++ b/Processes/Sibyll/ParticleConversion.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Sibyll/SibStack.h b/Processes/Sibyll/SibStack.h index fd847124a..f0d979547 100644 --- a/Processes/Sibyll/SibStack.h +++ b/Processes/Sibyll/SibStack.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Sibyll/nuclib.h b/Processes/Sibyll/nuclib.h index 44e86f50e..b3fc2c059 100644 --- a/Processes/Sibyll/nuclib.h +++ b/Processes/Sibyll/nuclib.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Sibyll/sibyll2.3c.cc b/Processes/Sibyll/sibyll2.3c.cc index 61766ff11..7cb2c027d 100644 --- a/Processes/Sibyll/sibyll2.3c.cc +++ b/Processes/Sibyll/sibyll2.3c.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Sibyll/sibyll2.3c.h b/Processes/Sibyll/sibyll2.3c.h index 756a94bd2..b7030ad32 100644 --- a/Processes/Sibyll/sibyll2.3c.h +++ b/Processes/Sibyll/sibyll2.3c.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/Sibyll/testSibyll.cc b/Processes/Sibyll/testSibyll.cc index 91461d03e..5fef42942 100644 --- a/Processes/Sibyll/testSibyll.cc +++ b/Processes/Sibyll/testSibyll.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2019 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/StackInspector/CMakeLists.txt b/Processes/StackInspector/CMakeLists.txt index f82976396..c38ca2ceb 100644 --- a/Processes/StackInspector/CMakeLists.txt +++ b/Processes/StackInspector/CMakeLists.txt @@ -1,4 +1,3 @@ - set ( MODEL_SOURCES StackInspector.cc diff --git a/Processes/StackInspector/StackInspector.cc b/Processes/StackInspector/StackInspector.cc index e56503378..f9ad04daa 100644 --- a/Processes/StackInspector/StackInspector.cc +++ b/Processes/StackInspector/StackInspector.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/StackInspector/StackInspector.h b/Processes/StackInspector/StackInspector.h index 62f36eeeb..24dbf3b9b 100644 --- a/Processes/StackInspector/StackInspector.h +++ b/Processes/StackInspector/StackInspector.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/StackInspector/testStackInspector.cc b/Processes/StackInspector/testStackInspector.cc index 832bea00a..ba738ef8e 100644 --- a/Processes/StackInspector/testStackInspector.cc +++ b/Processes/StackInspector/testStackInspector.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/TrackWriter/CMakeLists.txt b/Processes/TrackWriter/CMakeLists.txt index 67b99083f..2b41eada0 100644 --- a/Processes/TrackWriter/CMakeLists.txt +++ b/Processes/TrackWriter/CMakeLists.txt @@ -1,4 +1,3 @@ - set ( MODEL_SOURCES TrackWriter.cc diff --git a/Processes/TrackWriter/TrackWriter.cc b/Processes/TrackWriter/TrackWriter.cc index d3247e87c..1bfe40add 100644 --- a/Processes/TrackWriter/TrackWriter.cc +++ b/Processes/TrackWriter/TrackWriter.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/TrackWriter/TrackWriter.h b/Processes/TrackWriter/TrackWriter.h index de9bf31b7..81f14c5e7 100644 --- a/Processes/TrackWriter/TrackWriter.h +++ b/Processes/TrackWriter/TrackWriter.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/TrackingLine/CMakeLists.txt b/Processes/TrackingLine/CMakeLists.txt index c8b950532..a3258ebc1 100644 --- a/Processes/TrackingLine/CMakeLists.txt +++ b/Processes/TrackingLine/CMakeLists.txt @@ -1,4 +1,3 @@ - set ( MODEL_HEADERS TrackingLine.h diff --git a/Processes/TrackingLine/TrackingLine.cc b/Processes/TrackingLine/TrackingLine.cc index 149556bf2..09c05e2e8 100644 --- a/Processes/TrackingLine/TrackingLine.cc +++ b/Processes/TrackingLine/TrackingLine.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/TrackingLine/TrackingLine.h b/Processes/TrackingLine/TrackingLine.h index df02264fe..a50c2dd96 100644 --- a/Processes/TrackingLine/TrackingLine.h +++ b/Processes/TrackingLine/TrackingLine.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/UrQMD/Copyright b/Processes/UrQMD/Copyright index 0667505f6..94bb56577 100644 --- a/Processes/UrQMD/Copyright +++ b/Processes/UrQMD/Copyright @@ -1,4 +1,3 @@ - Copyright diff --git a/Processes/UrQMD/UrQMD.cc b/Processes/UrQMD/UrQMD.cc index 59d819df8..98dd287e5 100644 --- a/Processes/UrQMD/UrQMD.cc +++ b/Processes/UrQMD/UrQMD.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2019 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Processes/UrQMD/UrQMD.h b/Processes/UrQMD/UrQMD.h index 1b4447608..bc032f56a 100644 --- a/Processes/UrQMD/UrQMD.h +++ b/Processes/UrQMD/UrQMD.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2019 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Setup/CMakeLists.txt b/Setup/CMakeLists.txt index 5b73fa434..f37e2dfd4 100644 --- a/Setup/CMakeLists.txt +++ b/Setup/CMakeLists.txt @@ -1,4 +1,3 @@ - set ( SETUP_HEADERS SetupStack.h diff --git a/Setup/SetupEnvironment.h b/Setup/SetupEnvironment.h index 83397da95..fc049b189 100644 --- a/Setup/SetupEnvironment.h +++ b/Setup/SetupEnvironment.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Setup/SetupLogger.h b/Setup/SetupLogger.h index 76148050f..d3a723d62 100644 --- a/Setup/SetupLogger.h +++ b/Setup/SetupLogger.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Setup/SetupStack.h b/Setup/SetupStack.h index a59ca2aa3..18d81195c 100644 --- a/Setup/SetupStack.h +++ b/Setup/SetupStack.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Setup/SetupTrajectory.h b/Setup/SetupTrajectory.h index 0e93b3e44..2b8dd1a3b 100644 --- a/Setup/SetupTrajectory.h +++ b/Setup/SetupTrajectory.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Stack/CMakeLists.txt b/Stack/CMakeLists.txt index a9645130b..01130bb11 100644 --- a/Stack/CMakeLists.txt +++ b/Stack/CMakeLists.txt @@ -1,4 +1,3 @@ - add_subdirectory (DummyStack) add_subdirectory (SuperStupidStack) add_subdirectory (NuclearStackExtension) diff --git a/Stack/DummyStack/CMakeLists.txt b/Stack/DummyStack/CMakeLists.txt index 7e29fe3fb..1ac3bf52e 100644 --- a/Stack/DummyStack/CMakeLists.txt +++ b/Stack/DummyStack/CMakeLists.txt @@ -1,4 +1,3 @@ - set (DummyStack_HEADERS DummyStack.h) set (DummyStack_NAMESPACE corsika/stack/dummy) diff --git a/Stack/DummyStack/DummyStack.h b/Stack/DummyStack/DummyStack.h index adcf494a5..a7be951ab 100644 --- a/Stack/DummyStack/DummyStack.h +++ b/Stack/DummyStack/DummyStack.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Stack/NuclearStackExtension/CMakeLists.txt b/Stack/NuclearStackExtension/CMakeLists.txt index 6032c0b90..39e0ece99 100644 --- a/Stack/NuclearStackExtension/CMakeLists.txt +++ b/Stack/NuclearStackExtension/CMakeLists.txt @@ -1,4 +1,3 @@ - set (NuclearStackExtension_HEADERS NuclearStackExtension.h) set (NuclearStackExtension_NAMESPACE corsika/stack/nuclear_extension) diff --git a/Stack/NuclearStackExtension/NuclearStackExtension.h b/Stack/NuclearStackExtension/NuclearStackExtension.h index 40eb5e0e6..2c1d38f54 100644 --- a/Stack/NuclearStackExtension/NuclearStackExtension.h +++ b/Stack/NuclearStackExtension/NuclearStackExtension.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Stack/NuclearStackExtension/testNuclearStackExtension.cc b/Stack/NuclearStackExtension/testNuclearStackExtension.cc index c92e5471f..4774ba895 100644 --- a/Stack/NuclearStackExtension/testNuclearStackExtension.cc +++ b/Stack/NuclearStackExtension/testNuclearStackExtension.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Stack/SuperStupidStack/CMakeLists.txt b/Stack/SuperStupidStack/CMakeLists.txt index d787f0d03..410b7a85c 100644 --- a/Stack/SuperStupidStack/CMakeLists.txt +++ b/Stack/SuperStupidStack/CMakeLists.txt @@ -1,4 +1,3 @@ - set (SuperStupidStack_HEADERS SuperStupidStack.h) set (SuperStupidStack_NAMESPACE corsika/stack/super_stupid) diff --git a/Stack/SuperStupidStack/SuperStupidStack.h b/Stack/SuperStupidStack/SuperStupidStack.h index 0b67b95f1..31e39dd45 100644 --- a/Stack/SuperStupidStack/SuperStupidStack.h +++ b/Stack/SuperStupidStack/SuperStupidStack.h @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * diff --git a/Stack/SuperStupidStack/testSuperStupidStack.cc b/Stack/SuperStupidStack/testSuperStupidStack.cc index 3e9aa8466..22e1a158d 100644 --- a/Stack/SuperStupidStack/testSuperStupidStack.cc +++ b/Stack/SuperStupidStack/testSuperStupidStack.cc @@ -1,4 +1,3 @@ - /* * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * -- GitLab