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