Report patch name instead of index in debug
[foam-extend-3.2.git] / src / foam / include / createTime.H
blob18a3d1521e904db21f8961b49b44b54d8721ab24
1 //
2 // createTime.H
3 // ~~~~~~~~~~~~
5     Foam::Info<< "Create time\n" << Foam::endl;
7     Foam::Time runTime
8     (
9         Foam::Time::controlDictName,
10         args.rootPath(),
11         args.caseName(),
12         "system",
13         "constant",
14         !args.optionFound("noFunctionObjects")
15     );