From e34910dbfe4c06939823520b8cb4ed6e36200ba3 Mon Sep 17 00:00:00 2001 From: Alberto Casagrande Date: Wed, 29 Nov 2023 20:46:28 +0100 Subject: [PATCH] Commented out uncontrolled example --- src/drivers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers.cpp b/src/drivers.cpp index 8d4bfa48..72e15a2f 100644 --- a/src/drivers.cpp +++ b/src/drivers.cpp @@ -2120,7 +2120,7 @@ void Simulation::mutate_progeny(const Races::Drivers::Simulation::AxisPosition& //' //' # duplicate the cell in position (503, 492). One of //' # its direct descendents will have genotype "B" -//' sim$mutate_progeny(503, 492, "B") +//' # sim$mutate_progeny(503, 492, "B") //' //' # the output of `choose_cell_in` and `get_cell` can also be used //' # as input for `mutate_progeny`