FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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     }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines