From 4f642f848ee297a49548cda67bcbd776bc840d9b Mon Sep 17 00:00:00 2001 From: evomarc Date: Tue, 4 Sep 2001 06:40:28 +0000 Subject: [PATCH] Corrected wrong arguments for the 2D Ctor --- eo/src/utils/eoRealVectorBounds.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/src/utils/eoRealVectorBounds.h b/eo/src/utils/eoRealVectorBounds.h index 8f51d4be..c29e2fcc 100644 --- a/eo/src/utils/eoRealVectorBounds.h +++ b/eo/src/utils/eoRealVectorBounds.h @@ -241,7 +241,7 @@ public: /** Ctor, particular case of dim-2 */ eoRealVectorBounds(eoRealBounds & _xbounds, eoRealBounds & _ybounds) : - eoRealBaseVectorBounds(_xbounds, _ybounds), factor(1,2), ownedBounds(0) + eoRealBaseVectorBounds(_xbounds, _ybounds), factor(2,1), ownedBounds(0) {} /** Simple bounds = minimum and maximum (allowed) @@ -301,7 +301,7 @@ public: */ virtual void readFrom(string _s) ; - /** overload printOut method to save space */ + /** overload printOn method to save space */ virtual void printOn(ostream& _os) const { if (factor[0]>1)