Skip to content

Commit

Permalink
Use new moose main
Browse files Browse the repository at this point in the history
refs idahlab/moose#28639
  • Loading branch information
loganharbour committed Oct 25, 2024
1 parent 5d99ded commit 533f8c3
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions src/main.C
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,11 @@
/* See COPYRIGHT for full restrictions */
/****************************************************************/

/****************************************************************/
/* DO NOT MODIFY OR REMOVE THIS HEADER */
/* FALCON - Fracturing And Liquid CONvection */
/* */
/* (c) pending 2012 Battelle Energy Alliance, LLC */
/* ALL RIGHTS RESERVED */
/* */
/* Prepared by Battelle Energy Alliance, LLC */
/* Under Contract No. DE-AC07-05ID14517 */
/* With the U. S. Department of Energy */
/* */
/* See COPYRIGHT for full restrictions */
/****************************************************************/

#include "FalconTestApp.h"
#include "MooseMain.h"

// Begin the main program.
int
main(int argc, char * argv[])
{
Moose::main<FalconTestApp>(argc, argv);

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

0 comments on commit 533f8c3

Please sign in to comment.