ENH: Refactored code

This commit is contained in:
andy 2013-08-28 10:28:10 +01:00
parent 14a309d4c2
commit df2273f0c4

View File

@ -104,13 +104,9 @@ int main(int argc, char *argv[])
}
rho = thermo.rho();
}
runTime.write();
}
else
{
runTime.write();
}
runTime.write();
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s"