Sets of functions used to parse command line information and to display SeismoVLAB information. More...
#include <ctime>#include <string>#include <iostream>#include <stdlib.h>#include "Definitions.hpp"
Go to the source code of this file.
Functions | |
| void | printHelp (bool &help) |
| Prints out Command Line help. More... | |
| void | printLogo () |
| Prints Seismo-VLAB software header. More... | |
| void | CommandLine (int argc, char **argv) |
| Parse Command Line Inputs. More... | |
Sets of functions used to parse command line information and to display SeismoVLAB information.
| void CommandLine | ( | int | argc, |
| char ** | argv | ||
| ) |
Parse Command Line Inputs.
| void printHelp | ( | bool & | help | ) |
Prints out Command Line help.
| void printLogo | ( | ) |
Prints Seismo-VLAB software header.