From 6501b48ac44c29dff795c712572ea301ac888a37 Mon Sep 17 00:00:00 2001 From: jeggermo Date: Thu, 20 Jun 2002 12:38:47 +0000 Subject: [PATCH] small typo --- eo/src/gp/eoParseTreeDepthInit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/gp/eoParseTreeDepthInit.h b/eo/src/gp/eoParseTreeDepthInit.h index 528a9cd6..f7814291 100644 --- a/eo/src/gp/eoParseTreeDepthInit.h +++ b/eo/src/gp/eoParseTreeDepthInit.h @@ -188,7 +188,7 @@ void eoInitRampedHalfAndHalf(eoPop< eoParseTree > &pop, unsigned in cerr << "EO WARNING: Ramped Half and Half Initialization is now supported by eoParseTreeDepthInit." << endl; cerr << " This function is now obsolete and might be removed in the future so you should"<< endl; cerr << " update your code to use: " << endl << endl; - cerr << " eoParseTreeDepth(_max_depth,_initializer,_grow, bool _ramped_half_and_half)" << endl << endl; + cerr << " eoParseTreeDepthInit( _max_depth, _initializer, bool _grow, bool _ramped_half_and_half)" << endl << endl; pop.clear();