From 334f5ce3d7f619532d11d738674ce3623eef3ab8 Mon Sep 17 00:00:00 2001 From: evomarc Date: Sat, 21 Jun 2003 06:34:00 +0000 Subject: [PATCH] More precise comment --- eo/tutorial/Templates/quadCrossover.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eo/tutorial/Templates/quadCrossover.tmpl b/eo/tutorial/Templates/quadCrossover.tmpl index 13145004..c3b92ca5 100644 --- a/eo/tutorial/Templates/quadCrossover.tmpl +++ b/eo/tutorial/Templates/quadCrossover.tmpl @@ -42,7 +42,8 @@ public: string className() const { return "eoMyStructQuadCrossover"; } /** - * eoQuad crossover - modifies both parents + * eoQuad crossover - _genotype1 and _genotype2 are the (future) + * offspring, i.e. _copies_ of the parents, to be modified * @param _genotype1 The first parent * @param _genotype2 The second parent */