OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

setRootCase.H

Go to the documentation of this file.
00001 //
00002 // setRootCase.H
00003 // ~~~~~~~~~~~~~
00004 
00005     Foam::argList args(argc, argv);
00006     if (!args.checkRootCase())
00007     {
00008         Foam::FatalError.exit();
00009     }
Copyright © 2000-2009 OpenCFD Ltd