aboutsummaryrefslogtreecommitdiffstats
path: root/m0/mutator-lvl0.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--m0/mutator-lvl0.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/m0/mutator-lvl0.h b/m0/mutator-lvl0.h
index c1e452a..5881228 100644
--- a/m0/mutator-lvl0.h
+++ b/m0/mutator-lvl0.h
@@ -521,13 +521,13 @@ class MutagenExtraction
}
}
- void XMLReportAncestry(void)
+ void XMLReportAncestry(std::string savepath)
{
mutagenAncestryReport MAR(MutantStrainsAncestry, WeakPoints);
MAR.CreateReport();
MAR.AddNode();
MAR.AddNodeWeakPoint();
- MAR.SaveReport("m0.xml");
+ MAR.SaveReport(savepath.c_str());
}
private: