Stride Reference Manual
1.0
|
#include <iostream>
#include <string>
#include <random>
#include <tclap/CmdLine.h>
#include "PopulationGenerator.cpp"
Go to the source code of this file.
Functions | |
template<class T > | |
void | run (T generator, const string &prefix) |
int | main (int argc, char **argv) |
void run | ( | T | generator, |
const string & | prefix | ||
) |
Definition at line 15 of file popgen/main.cpp.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 21 of file popgen/main.cpp.
References run().