World Builder  1.1.0-pre
A geodynamic initial conditions generator
main.cc File Reference
#include "app/main.h"
#include "world_builder/assert.h"
#include "world_builder/consts.h"
#include "world_builder/point.h"
#include "world_builder/utilities.h"
#include "world_builder/world.h"
#include <algorithm>
#include <fstream>
#include <iostream>
#include <memory>
Include dependency graph for main.cc:

Go to the source code of this file.

Functions

bool find_command_line_option (char **begin, char **end, const std::string &option)
 
int main (int argc, char **argv)
 

Function Documentation

◆ find_command_line_option()

bool find_command_line_option ( char **  begin,
char **  end,
const std::string &  option 
)

Definition at line 49 of file main.cc.

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

First parse the command line options

Try to start the world builder

Read the data from the data files

Definition at line 54 of file main.cc.

Here is the call graph for this function: