Skip to content

Commit

Permalink
Merge pull request #256 from loganharbour/moose_main
Browse files Browse the repository at this point in the history
Use new moose main
  • Loading branch information
csdechant authored Oct 25, 2024
2 parents fdd40cd + ef00cea commit 16e043a
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 16e043a

Please sign in to comment.