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 @
194e2915
...
@@ -178,14 +178,12 @@ Furthermore, migrated all unit tests from 'refactory-2020-target' to 'refactory-
...
@@ -178,14 +178,12 @@ Furthermore, migrated all unit tests from 'refactory-2020-target' to 'refactory-
../tests/framework/testFourVector.cpp
../tests/framework/testFourVector.cpp
../tests/framework/testSaveBoostHistogram.cpp
../tests/framework/testSaveBoostHistogram.cpp
../tests/framework/testSwitchProcessSequence.cpp
../tests/framework/testSwitchProcessSequence.cpp
../tests/framework/testClassTimer.cpp
../tests/framework/testLogging.cpp
../tests/framework/testLogging.cpp
../tests/framework/testParticles.cpp
../tests/framework/testParticles.cpp
../tests/framework/testStackInterface.cpp
../tests/framework/testStackInterface.cpp
../tests/framework/testProcessSequence.cpp
../tests/framework/testProcessSequence.cpp
../tests/framework/testCOMBoost.cpp
../tests/framework/testCOMBoost.cpp
../tests/framework/testCorsikaFenv.cpp
../tests/framework/testCorsikaFenv.cpp
**gone**
../tests/framework/testFunctionTimer.cpp
../tests/framework/testSecondaryView.cpp
../tests/framework/testSecondaryView.cpp
../tests/framework/testGeometry.cpp
../tests/framework/testGeometry.cpp
../tests/framework/testCombinedStack.cpp
../tests/framework/testCombinedStack.cpp
...
@@ -208,7 +206,6 @@ Furthermore, migrated all unit tests from 'refactory-2020-target' to 'refactory-
...
@@ -208,7 +206,6 @@ Furthermore, migrated all unit tests from 'refactory-2020-target' to 'refactory-
../tests/modules/testStackInspector.cpp
../tests/modules/testStackInspector.cpp
../tests/modules/testTrackingLine.cpp
../tests/modules/testTrackingLine.cpp
../tests/modules/testInteractionCounter.cpp
../tests/modules/testInteractionCounter.cpp
../tests/modules/testExecTime.cpp
../tests/modules/testObservationPlane.cpp
../tests/modules/testObservationPlane.cpp
../tests/modules/testQGSJetII.cpp
../tests/modules/testQGSJetII.cpp
../tests/modules/testSwitchProcess.cpp
../tests/modules/testSwitchProcess.cpp
...
@@ -220,6 +217,13 @@ Furthermore, migrated all unit tests from 'refactory-2020-target' to 'refactory-
...
@@ -220,6 +217,13 @@ Furthermore, migrated all unit tests from 'refactory-2020-target' to 'refactory-
../tests/modules/testSibyll.cpp
../tests/modules/testSibyll.cpp
../tests/modules/testNullModel.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
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:
And also the examples:
...
...
...
...