Skip to content

Commit

Permalink
Merge pull request #199 from loganharbour/moose_main
Browse files Browse the repository at this point in the history
Use new moose main
  • Loading branch information
loganharbour authored Oct 25, 2024
2 parents 87029ce + b88176e commit 2f2845d
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 @@ -12,7 +12,5 @@
int
main(int argc, char * argv[])
{
Moose::main<TMAP8TestApp>(argc, argv);

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

0 comments on commit 2f2845d

Please sign in to comment.