Go to the source code of this file.
|
| int | main (int argc, char *argv[]) |
| | Modules Application.
|
| |
◆ 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}