35 struct option long_options[] = {{
"help", 0, 0, 0}, {NULL, 0, NULL, 0}};
41 c = getopt_long(argc, argv,
"h", long_options, &option_index);
73 montecarlo::progression(temp, L, cycles, outfile, burn_in_time);
int main(int argc, char **argv)
The main function.
void usage(std::string filename)
A function that displays how to use the program and quits.