IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 55eb2599 authored by ralfulrich's avatar ralfulrich
Browse files

format

parent c2ef60f7
No related branches found
No related tags found
No related merge requests found
...@@ -145,12 +145,12 @@ TEST_CASE("QgsjetIIInterface", "[processes]") { ...@@ -145,12 +145,12 @@ TEST_CASE("QgsjetIIInterface", "[processes]") {
CHECK(length / (1_g / square(1_cm)) == Approx(93.47).margin(0.1)); CHECK(length / (1_g / square(1_cm)) == Approx(93.47).margin(0.1));
/*********************************** /***********************************
It as turned out already two times (#291 and #307) that the detailed output of QGSJetII It as turned out already two times (#291 and #307) that the detailed output of
event generation depends on the gfortran version used. This is not reliable and cannot QGSJetII event generation depends on the gfortran version used. This is not reliable
be tested in a unit test here. and cannot be tested in a unit test here. One related problem was already found (#291)
One related problem was already found (#291) and is realted to undefined behaviour in the and is realted to undefined behaviour in the evaluation of functions in logical
evaluation of functions in logical expressions. It is not clear if #307 is the same issue. expressions. It is not clear if #307 is the same issue.
CHECK(view.GetSize() == 14); CHECK(view.GetSize() == 14);
CHECK(sumCharge(view) == 2); CHECK(sumCharge(view) == 2);
************************************/ ************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment