Skip to content
Snippets Groups Projects
Commit ddcea0da authored by Tim Jupe's avatar Tim Jupe
Browse files

[test] Adapt output of make3DTransformation

parent 0004a0ef
No related branches found
No related tags found
2 merge requests!2179[test] Make transformation more natural: first rotate then scale and translate,!2134WIP Feature/timestepper test
......@@ -96,7 +96,7 @@ auto make3DTransformation(const ctype scale,
bool verbose = true)
{
if (verbose)
std::cout << "Created transformation with"
std::cout << "Created 3D transformation with"
<< " ctype: " << Dune::className<ctype>()
<< ", scaling: " << scale
<< ", translation: " << translate
......
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