Stride Reference Manual  1.0
popgen/main.cpp File Reference
#include <iostream>
#include <string>
#include <random>
#include <tclap/CmdLine.h>
#include "PopulationGenerator.cpp"
Include dependency graph for popgen/main.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)
 

Function Documentation

template<class T >
void run ( 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().