10 lines
150 B
C
10 lines
150 B
C
//
|
|
// setRootCase.H
|
|
// ~~~~~~~~~~~~~
|
|
|
|
Foam::argList args(argc, argv);
|
|
if (!args.checkRootCase())
|
|
{
|
|
Foam::FatalError.exit();
|
|
}
|