Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 0d2ccc73 authored by gsell's avatar gsell
Browse files

Merge branch...

Merge branch '556-missing-include-of-physics-physics-h-in-tests-classic_src-absbeamline-sbend3dtest-cpp' into 'master'

Resolve "missing include of Physics/Physics.h in tests/classic_src/AbsBeamline/SBend3DTest.cpp"

Closes #556

See merge request !387
parents 3b011614 8212b23d
No related branches found
No related tags found
1 merge request!387Resolve "missing include of Physics/Physics.h in tests/classic_src/AbsBeamline/SBend3DTest.cpp"
......@@ -36,6 +36,7 @@
#include "Utilities/LogicalError.h"
#include "Structure/BoundaryGeometry.h"
#include "AbsBeamline/SBend3D.h"
#include "Physics/Physics.h"
#include "opal_test_utilities/SilenceTest.h"
......@@ -295,4 +296,4 @@ TEST(SBend3DTest, GeometryTest2) {
std::cerr << 24.*(1-cos(M_PI/12.)) << " " << 24.*sin(M_PI/12.) << " ** " << cos(M_PI/12.) << " " << sin(M_PI/12.) << " ** " << M_PI/12. << std::endl;
std::cerr << deltaPos << " ** " << deltaNorm << " ** " << endRot << std::endl;
}
\ No newline at end of file
}
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