From: eap Date: Mon, 26 Jan 2009 09:23:49 +0000 (+0000) Subject: IPAL20834 5x regress of 23.1: Regular_1D failed with error COMPERR_ALGO_FAILED X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7f48d4a4877d39995ba903dd30e938f59cc8121d;p=modules%2Fsmesh.git IPAL20834 5x regress of 23.1: Regular_1D failed with error COMPERR_ALGO_FAILED - PRECISION_IND = 0 + PRECISION_IND = 1 --- diff --git a/src/StdMeshers/StdMeshers_Regular_1D.hxx b/src/StdMeshers/StdMeshers_Regular_1D.hxx index 8e31aabac..7df8e4533 100644 --- a/src/StdMeshers/StdMeshers_Regular_1D.hxx +++ b/src/StdMeshers/StdMeshers_Regular_1D.hxx @@ -101,7 +101,7 @@ protected: BEG_LENGTH_IND = 0, END_LENGTH_IND = 1, DEFLECTION_IND = 0, - PRECISION_IND = 0 + PRECISION_IND = 1 }; enum IValueIndex {