add banner info to jobInfo

This commit is contained in:
mattijs
2009-06-23 13:15:36 +01:00
parent c5c00b64ba
commit fdfcf70c86

View File

@ -298,6 +298,7 @@ Foam::argList::argList
jobInfo.add("startTime", timeString);
jobInfo.add("userName", userName());
jobInfo.add("foamVersion", word(FOAMversion));
jobInfo.add("foamBuild", Foam::FOAMbuild);
jobInfo.add("code", executable_);
jobInfo.add("argList", argListString);
jobInfo.add("currentDir", cwd());