Home
last modified time | relevance | path

Searched refs:setLocusLength (Results 1 – 7 of 7) sorted by relevance

/dports/biology/scrm/scrm-1.7.4/tests/unittests/
H A Dtest_model.cc318 model.setLocusLength(10.0); in testAddChangePositions()
395 model.setLocusLength(10); in testSetGetMutationRate()
444 model.setLocusLength(101); in testSetGetRecombinationRate()
485 model.setLocusLength(10); in testSetGetRecombinationRate()
613 model.setLocusLength(10); in testSetLocusLength()
618 model.setLocusLength(2000); in testSetLocusLength()
622 model.setLocusLength(5000); in testSetLocusLength()
H A Dtest_summary_statistics.cc334 forest->writable_model()->setLocusLength(10000); in testNewickTree()
H A Dtest_forest.cc322 forest2->writable_model()->setLocusLength(101); in testSampleEventType()
/dports/biology/scrm/scrm-1.7.4/src/
H A Dmodel.cc30 this->setLocusLength(1); in Model()
54 this->setLocusLength(1); in Model()
69 this->setLocusLength(1000); in Model()
H A Dmodel.h412 void setLocusLength(const size_t length) { in setLocusLength() function
H A Dparam.cc107 model.setLocusLength(readNextInt()); in parse()
/dports/biology/scrm/scrm-1.7.4/tests/algorithmtest/
H A Dtest_algorithm.cc199 model.setLocusLength(100); in testSplit()