Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestGridConversion.C File Reference

Implements a command-line interface for the GridConversion tests. More...

#include "ComLine.H"
#include "TestGridConversion.H"
Include dependency graph for TestGridConversion.C:

Go to the source code of this file.

Namespaces

 GridConversion
 Project-specific namespace.
 

Functions

int Test (int argc, char *argv[])
 Drives the GridConversion::TestObject. More...
 
int main (int argc, char *argv[])
 

Detailed Description

Implements a command-line interface for the GridConversion tests.

Note that in this file, the "main" function is separated off from the program implementation. This is done to make the documentation usable and should be done for every new program in GridConversion.

Definition in file TestGridConversion.C.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 154 of file TestGridConversion.C.

References GridConversion::Test().

155 {
156  return(GridConversion::Test(argc,argv));
157 }
int Test(int argc, char *argv[])
Drives the GridConversion::TestObject.

Here is the call graph for this function: