Skip to content

Commit

Permalink
Use new moose main
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Oct 25, 2024
1 parent fdd40cd commit ef00cea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.C
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@
// Begin the main program.
int main(int argc, char *argv[])
{
Moose::main<ZapdosTestApp>(argc, argv);

return 0;
return Moose::main<ZapdosTestApp>(argc, argv);
}

0 comments on commit ef00cea

Please sign in to comment.