Skip to content
Snippets Groups Projects
Commit d12bf72d authored by Andrew Heather's avatar Andrew Heather
Browse files

output min/max T as scalar

parent c39c135b
No related merge requests found
......@@ -12,6 +12,6 @@
thermo.correct();
Info<< "Min/max T:" << min(thermo.T()) << ' ' << max(thermo.T())
<< endl;
Info<< "Min/max T:" << min(thermo.T()).value() << ' '
<< max(thermo.T()).value() << endl;
}
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