https://mooseframework.inl.gov
Functions
main.C File Reference

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 Modules Application. More...
 

Function Documentation

◆ main()

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

Modules Application.

Definition at line 19 of file main.C.

20 {
21  return Moose::main<CombinedTestApp>(argc, argv);
22 }