Skip to content

Commit 9492e60

Browse files
authored
remove time index output (#282)
1 parent 2861dcc commit 9492e60

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

applications/solvers/dfLowMachFoam/dfLowMachFoam.C

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ int main(int argc, char *argv[])
197197

198198
runTime.write();
199199

200-
Info << "output time index " << runTime.timeIndex() << endl;
201-
202200
Info<< "========Time Spent in diffenet parts========"<< endl;
203201
Info<< "Chemical sources = " << time_monitor_chem << " s" << endl;
204202
Info<< "Species Equations = " << time_monitor_Y << " s" << endl;

0 commit comments

Comments
 (0)