IAP GITLAB

Update Refactory2020 authored by Ralf Ulrich's avatar Ralf Ulrich
......@@ -178,14 +178,12 @@ Furthermore, migrated all unit tests from 'refactory-2020-target' to 'refactory-
../tests/framework/testFourVector.cpp
../tests/framework/testSaveBoostHistogram.cpp
../tests/framework/testSwitchProcessSequence.cpp
../tests/framework/testClassTimer.cpp
../tests/framework/testLogging.cpp
../tests/framework/testParticles.cpp
../tests/framework/testStackInterface.cpp
../tests/framework/testProcessSequence.cpp
../tests/framework/testCOMBoost.cpp
../tests/framework/testCorsikaFenv.cpp
../tests/framework/testFunctionTimer.cpp
../tests/framework/testCorsikaFenv.cpp **gone**
../tests/framework/testSecondaryView.cpp
../tests/framework/testGeometry.cpp
../tests/framework/testCombinedStack.cpp
......@@ -208,7 +206,6 @@ Furthermore, migrated all unit tests from 'refactory-2020-target' to 'refactory-
../tests/modules/testStackInspector.cpp
../tests/modules/testTrackingLine.cpp
../tests/modules/testInteractionCounter.cpp
../tests/modules/testExecTime.cpp
../tests/modules/testObservationPlane.cpp
../tests/modules/testQGSJetII.cpp
../tests/modules/testSwitchProcess.cpp
......@@ -220,6 +217,13 @@ Furthermore, migrated all unit tests from 'refactory-2020-target' to 'refactory-
../tests/modules/testSibyll.cpp
../tests/modules/testNullModel.cpp
```
still needing attention, I hope **DB** can do this:
```
../tests/modules/testExecTime.cpp
../tests/framework/testClassTimer.cpp
../tests/framework/testFunctionTimer.cpp
```
Note: `kdiff': # for f in `find $PWD -name "test*.cc"`; do fn=${f##*/}; n=${fn%%.*}; nf=`find /home/rulrich/work/corsika/corsika -name "${n}.cpp"`; echo $f $nf; kdiff3 $f $nf; done
And also the examples:
......
......