IAP GITLAB
Changes
Page history
Update Refactory2020
authored
Jan 07, 2021
by
Ralf Ulrich
Show whitespace changes
Inline
Side-by-side
Refactory2020.md
View page @
b3d3ce25
...
...
@@ -10,7 +10,7 @@ The refactory 2020 needs further work to be finished. Here is the task list:
-
[
X] updated [Coding Guidelines
](
https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika/-/wikis/Coding-Conventions-and-Guidelines
)
-
[X] migration of code
-
[X] CI works in the end
-
[ ] assessment of the migrated code
-
[ ] assessment of the migrated code
**ongoing**
-
[ ] final step: merge refactory code into AirShowerPhysics/corsika/master
...
...
@@ -225,18 +225,18 @@ Note: `kdiff': # for f in `find $PWD -name "test*.cc"`; do fn=${f##*/}; n=${fn%%
And also the examples:
- [x] boundary_example.cpp **RU**
- [
] cascade_example.cpp
- [
] cascade_proton_example.cpp
- [
] em_shower.cpp
- [x] geometry_example.cpp
- [
] helix_example.cpp
- [
] hybrid_MC.cpp
- [
x
] cascade_example.cpp
**RU**
- [
x
] cascade_proton_example.cpp
**RU**
- [
x
] em_shower.cpp
**RU**
- [x] geometry_example.cpp
**RU**
- [
x
] helix_example.cpp
**RU**
- [
x
] hybrid_MC.cpp
**RU**
- [x] logger_example.cpp **RU** **removed**
- [x] particle_list_example.cpp **RU**
- [
] stack_example.cpp
- [
] staticsequence_example.cpp
- [
] stopping_power.cpp
- [
] vertical_EAS.cpp
- [
x
] stack_example.cpp
**RU**
- [
x
] staticsequence_example.cpp
**RU**
- [
x
] stopping_power.cpp
**RU**
- [
x
] vertical_EAS.cpp
**RU**
Note: `kdiff': for f in `ls -1 Documentation/Examples/*.cc`; do fn=${f##*/}; n=${fn%%.*}; nf=`find /home/rulrich/work/corsika/corsika -name "${n}.cpp"`; echo $f $nf; kdiff3 $f $nf; done
...
...
...
...