www.mooseframework.org
Functions
main.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

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

Definition at line 15 of file main.C.

16 {
17  Moose::main<StochasticToolsTestApp>(argc, argv);
18 
19  return 0;
20 }