16 #ifndef GEOS_MAININTERFACE_INITIALIZATION_HPP_
17 #define GEOS_MAININTERFACE_INITIALIZATION_HPP_
20 #include "common/initializeEnvironment.hpp"
41 std::unique_ptr< CommandLineOptions >
basicSetup(
int argc,
char * argv[],
bool const parseCommandLine=
false );
std::unique_ptr< CommandLineOptions > parseCommandLineOptions(int argc, char **argv)
Parse the command line options and populate commandLineOptions with the results.
std::unique_ptr< CommandLineOptions > basicSetup(int argc, char *argv[], bool const parseCommandLine=false)
Perform the basic GEOSX initialization and optionally parse the command line input.
void basicCleanup()
Perform the basic GEOSX cleanup.