|
World Builder
1.1.0-pre
A geodynamic initial conditions generator
|
#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>
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) |
| bool find_command_line_option | ( | char ** | begin, |
| char ** | end, | ||
| const std::string & | option | ||
| ) |