Skip to content
Snippets Groups Projects
Commit 364a4c9a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

ditto in test

parent ea5cbf44
No related branches found
No related tags found
1 merge request!1198unify API for translation and rotation
......@@ -25,7 +25,7 @@ TEST_F(CoreAndShellTest, ComplexCoreShellClone)
Particle shell(shell_material, Box(shell_length, shell_width, shell_height));
R3 relative_pos(0, 0, (shell_height - core_height) / 2);
CoreAndShell coreshell(shell, core, relative_pos);
coreshell.setRotation(RotationY(90 * Units::deg));
coreshell.rotate(RotationY(90 * Units::deg));
coreshell.setParticlePosition(R3(0, 0, -10));
CoreAndShell* clone = coreshell.clone();
......
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