Skip to content
Snippets Groups Projects
Commit 0e8ab3b1 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

print start time in batch mode
parent 242857b0
Branches
Tags
No related merge requests found
// $Id: Main.cpp,v 1.66 2004-05-15 08:07:20 geuzaine Exp $ // $Id: Main.cpp,v 1.67 2004-05-15 08:18:24 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -123,7 +123,7 @@ int main(int argc, char *argv[]) ...@@ -123,7 +123,7 @@ int main(int argc, char *argv[])
if(CTX.batch) { if(CTX.batch) {
check_gsl(); check_gsl();
Msg(INFO, "Running '%s'", cmdline); Msg(INFO, "'%s' started on %s", cmdline, currtime);
OpenProblem(CTX.filename); OpenProblem(CTX.filename);
if(yyerrorstate) if(yyerrorstate)
exit(1); exit(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment