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

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

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

Definition at line 14 of file main.C.

15 {
16  Moose::main<SubChannelTestApp>(argc, argv);
17 
18  return 0;
19 }