diff --git a/src/main.C b/src/main.C index 10148ece..f47c3adf 100644 --- a/src/main.C +++ b/src/main.C @@ -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(argc, argv); - - return 0; + return Moose::main(argc, argv); }