Skip to content
Snippets Groups Projects
Commit 3767dc7e authored by Kutalmış Berçin's avatar Kutalmış Berçin Committed by mattijs
Browse files

ENH: KirchhoffShell: simplification of log output

parent ec0a813d
Branches
Tags
No related merge requests found
......@@ -108,7 +108,9 @@ void KirchhoffShell::solveDisplacement()
wEqn.solve();
Info<< "w min/max = " << min(w_) << ", " << max(w_) << endl;
Info<< "ws_vibrationShell: "
<< "min = " << min(w_).value() << ", "
<< "max = " << max(w_).value() << endl;
if (wSubCycle.index() >= wSubCycle.nSubCycles())
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment