summaryrefslogtreecommitdiff
path: root/flam3-genome.c
diff options
context:
space:
mode:
Diffstat (limited to 'flam3-genome.c')
-rw-r--r--flam3-genome.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/flam3-genome.c b/flam3-genome.c
index 2ba04d1..a6a8611 100644
--- a/flam3-genome.c
+++ b/flam3-genome.c
@@ -54,9 +54,6 @@ void test_cp(flam3_genome *cp) {
cp->sample_density = 1;
cp->nbatches = 1;
cp->ntemporal_samples = 1;
- cp->estimator = 0.0;
- cp->estimator_minimum = 0.0;
- cp->estimator_curve = 0.6;
}
flam3_genome *string_to_cp(char *s, int *n, randctx * const rc) {