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

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

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

Go to the source code of this file.

Namespaces

 Rocstar
 

Functions

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

Detailed Description

Implements a command-line interface for the Rocstar 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 Rocstar.

Definition in file TestRocstar.C.

Function Documentation

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

Definition at line 154 of file TestRocstar.C.

References Rocstar::Test().

155 {
156  return(Rocstar::Test(argc,argv));
157 }
int Test(int argc, char *argv[])
Drives the Rocstar::TestObject.
Definition: TestRocstar.C:45

Here is the call graph for this function: