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 =
31 AppFactory::createAppShared(
"ChemicalReactionsTestApp", argc, argv);
33 app->setCheckUnusedFlag(
true);
34 app->setErrorOverridden();