IAP GITLAB

Update Refactory2020 authored by Ralf Ulrich's avatar Ralf Ulrich
...@@ -8,7 +8,7 @@ The refactory 2020 needs further work to be finished. Here is the task list: ...@@ -8,7 +8,7 @@ The refactory 2020 needs further work to be finished. Here is the task list:
- [X] gitlab-CI is working, done in https://gitlab.ikp.kit.edu/AAAlvesJr/corsika/-/merge_requests/5 - [X] gitlab-CI is working, done in https://gitlab.ikp.kit.edu/AAAlvesJr/corsika/-/merge_requests/5
- [X] updated [Coding Guidelines](https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika/-/wikis/Coding-Conventions-and-Guidelines) - [X] updated [Coding Guidelines](https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika/-/wikis/Coding-Conventions-and-Guidelines)
- [ ] migration of code - [ ] migration of code **ongoing**
- [ ] CI works in the end - [ ] CI works in the end
- [ ] assessment of the migrated code - [ ] assessment of the migrated code
- [ ] final step: merge refactory code into AirShowerPhysics/corsika/master - [ ] final step: merge refactory code into AirShowerPhysics/corsika/master
...@@ -71,20 +71,20 @@ provides us with a complete list of files (133). Each one has to be checked, and ...@@ -71,20 +71,20 @@ provides us with a complete list of files (133). Each one has to be checked, and
- [ ] **./Framework/Random/RNGManager.h AA** - [ ] **./Framework/Random/RNGManager.h AA**
- [X] **./Framework/Units/PhysicalConstants.h RU** - [X] **./Framework/Units/PhysicalConstants.h RU**
- [X] **./Framework/Units/PhysicalUnits.h RU** - [X] **./Framework/Units/PhysicalUnits.h RU**
- [ ] ./Framework/ProcessSequence/NullModel.h **RU** - [X] ./Framework/ProcessSequence/NullModel.h **RU**
- [ ] ./Framework/ProcessSequence/DecayProcess.h **RU** - [X] ./Framework/ProcessSequence/DecayProcess.h **RU**
- [ ] ./Framework/ProcessSequence/StackProcess.h **RU** - [X] ./Framework/ProcessSequence/StackProcess.h **RU**
- [ ] ./Framework/ProcessSequence/BoundaryCrossingProcess.h **RU** - [X] ./Framework/ProcessSequence/BoundaryCrossingProcess.h **RU**
- [ ] ./Framework/ProcessSequence/ProcessSequence.h **RU** - [X] ./Framework/ProcessSequence/ProcessSequence.h **RU**
- [ ] ./Framework/ProcessSequence/ProcessTraits.h **RU** - [X] ./Framework/ProcessSequence/ProcessTraits.h **RU**
- [ ] ./Framework/ProcessSequence/SecondariesProcess.h **RU** - [X] ./Framework/ProcessSequence/SecondariesProcess.h **RU**
- [ ] ./Framework/ProcessSequence/InteractionProcess.h **RU** - [X] ./Framework/ProcessSequence/InteractionProcess.h **RU**
- [ ] ./Framework/ProcessSequence/ProcessReturn.h **RU** - [X] ./Framework/ProcessSequence/ProcessReturn.h **RU**
- [ ] ./Framework/ProcessSequence/BaseProcess.h **RU** - [X] ./Framework/ProcessSequence/BaseProcess.h **RU**
- [ ] ./Framework/ProcessSequence/testSwitchProcessSequence.h **RU** - [X] ./Framework/ProcessSequence/testSwitchProcessSequence.h **RU**
- [ ] ./Framework/ProcessSequence/ContinuousProcess.h **RU** - [X] ./Framework/ProcessSequence/ContinuousProcess.h **RU**
- [ ] ./Framework/ProcessSequence/ProcessSignature.h **RU** - [X] ./Framework/ProcessSequence/ProcessSignature.h **RU**
- [ ] ./Framework/ProcessSequence/SwitchProcessSequence.h **RU** - [X] ./Framework/ProcessSequence/SwitchProcessSequence.h **RU**
- [ ] **./Framework/Particles/ParticleProperties.h MR** - [ ] **./Framework/Particles/ParticleProperties.h MR**
- [ ] **./Framework/Geometry/CoordinateSystem.h MR** - [ ] **./Framework/Geometry/CoordinateSystem.h MR**
- [ ] **./Framework/Geometry/QuantityVector.h MR** - [ ] **./Framework/Geometry/QuantityVector.h MR**
... ...
......