Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 26 of file main.C.
29 MooseInit init(argc, argv);
35 std::shared_ptr<MooseApp> app = AppFactory::createAppShared(
"CombinedTestApp", argc, argv);
37 app->setCheckUnusedFlag(
true);
38 app->setErrorOverridden();