Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 21 of file main.C.
24 MooseInit init(argc, argv);
30 std::shared_ptr<MooseApp> app = AppFactory::createAppShared(
"StochasticToolsTestApp", argc, argv);