add single-line version/build info to argList::printUsage

This commit is contained in:
Mark Olesen
2009-12-04 13:02:34 +01:00
parent 79b53a9c6c
commit 65e56915fc
9 changed files with 22 additions and 21 deletions

View File

@ -44,7 +44,7 @@ void Foam::sigInt::sigIntHandler(int)
(
"Foam::sigInt::sigIntHandler()"
) << "Cannot reset SIGINT trapping"
<< abort(FatalError);
<< abort(FatalError);
}
// Update jobInfo file
@ -74,7 +74,7 @@ Foam::sigInt::~sigInt()
(
"Foam::sigInt::~sigInt()"
) << "Cannot reset SIGINT trapping"
<< abort(FatalError);
<< abort(FatalError);
}
}
@ -102,7 +102,7 @@ void Foam::sigInt::set(const bool verbose)
(
"Foam::sigInt::set()"
) << "Cannot set SIGINT trapping"
<< abort(FatalError);
<< abort(FatalError);
}
}