From 26a0f54802285756b6730950dd2a2eeda89206cd Mon Sep 17 00:00:00 2001 From: liefooga Date: Thu, 21 Jun 2007 14:33:44 +0000 Subject: [PATCH] update doc git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@351 331e1502-861f-0410-8da2-ba01fb791d7f --- .../moeoNormalizedSolutionVsSolutionBinaryMetric.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/branches/paradiseo-moeo-1.0/src/metric/moeoNormalizedSolutionVsSolutionBinaryMetric.h b/branches/paradiseo-moeo-1.0/src/metric/moeoNormalizedSolutionVsSolutionBinaryMetric.h index 595f957bb..9fb4aef21 100644 --- a/branches/paradiseo-moeo-1.0/src/metric/moeoNormalizedSolutionVsSolutionBinaryMetric.h +++ b/branches/paradiseo-moeo-1.0/src/metric/moeoNormalizedSolutionVsSolutionBinaryMetric.h @@ -44,9 +44,9 @@ public: /** * Sets the lower bound (_min) and the upper bound (_max) for the objective _obj - * _min lower bound - * _max upper bound - * _obj the objective index + * @param _min lower bound + * @param _max upper bound + * @param _obj the objective index */ void setup(double _min, double _max, unsigned _obj) { @@ -60,8 +60,8 @@ public: /** * Sets the lower bound and the upper bound for the objective _obj using a eoRealInterval object - * _realInterval the eoRealInterval object - * _obj the objective index + * @param _realInterval the eoRealInterval object + * @param _obj the objective index */ virtual void setup(eoRealInterval _realInterval, unsigned _obj) { @@ -74,9 +74,9 @@ public: */ static double tiny() { - return 1e-6; + return 1e-6; } - + protected: