From: rnv Date: Tue, 24 Apr 2012 13:56:44 +0000 (+0000) Subject: Fix for the bug IPAL22911 TC6.5.0: Problem with the curve normalization . X-Git-Tag: TRIPOLI_323~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=61a5b7f9e828be7004fd4d002173183ca13d780f;p=modules%2Fvisu.git Fix for the bug IPAL22911 TC6.5.0: Problem with the curve normalization . --- diff --git a/src/VISU_I/VISU_Table_i.cc b/src/VISU_I/VISU_Table_i.cc index cb26580d..c604066c 100644 --- a/src/VISU_I/VISU_Table_i.cc +++ b/src/VISU_I/VISU_Table_i.cc @@ -336,7 +336,7 @@ VISU::Table_i break; default: result = 0.; } - return result; + return isMin ? value - result : result - value; } QString