ENH: Added time reporting to mapFieldsPar

This commit is contained in:
Andrew Heather
2018-06-21 16:20:03 +01:00
parent 8cbe11f158
commit c3f52a696c

View File

@ -376,6 +376,8 @@ int main(int argc, char *argv[])
);
}
runTimeSource.printExecutionTime(Info);
Info<< "\nEnd\n" << endl;
return 0;