From cefeb2d9ae902b033c17e6f41c33f60855b419de Mon Sep 17 00:00:00 2001 From: liefooga Date: Tue, 17 Apr 2007 13:45:52 +0000 Subject: [PATCH] variables order git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@249 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/paradiseo-moeo-1.0/src/moeoIteratedIBMOLS.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branches/paradiseo-moeo-1.0/src/moeoIteratedIBMOLS.h b/branches/paradiseo-moeo-1.0/src/moeoIteratedIBMOLS.h index 871a99192..e7e27cc0f 100755 --- a/branches/paradiseo-moeo-1.0/src/moeoIteratedIBMOLS.h +++ b/branches/paradiseo-moeo-1.0/src/moeoIteratedIBMOLS.h @@ -104,12 +104,12 @@ public: private: - /** the stopping criteria */ - eoContinue < MOEOT > & continuator; /** the local search to iterate */ moeoIndicatorBasedLS < MOEOT, Move > ibmols; /** the full evaluation */ eoEvalFunc < MOEOT > & eval; + /** the stopping criteria */ + eoContinue < MOEOT > & continuator; /** the monary operator */ eoMonOp < MOEOT > & monOp; /** the random monary operator (or random initializer) */