Double call to write

This commit is contained in:
Hrvoje Jasak 2014-01-13 11:59:18 +00:00
parent 6619d0b462
commit 8b468e2cba

View file

@ -88,8 +88,6 @@ int main(int argc, char *argv[])
chemistry.dQ()().write(); chemistry.dQ()().write();
} }
runTime.write();
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s" Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s" << " ClockTime = " << runTime.elapsedClockTime() << " s"
<< nl << endl; << nl << endl;