00001 #ifndef __SEQUENCE_COALESCENT_INIT_ARG_FUNCTIONS_HPP_ 00002 #define __SEQUENCE_COALESCENT_INIT_ARG_FUNCTIONS_HPP__ 00003 00004 #include <Sequence/Coalescent/SimTypes.hpp> 00005 #include <vector> 00006 00007 namespace Sequence 00008 { 00009 std::vector<chromosome> init_sample( const std::vector<int> & pop_config, 00010 const int & nsites ); 00011 marginal init_marginal( const int & nsam ); 00012 } 00013 00014 #endif
1.6.3