]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for bug 0020064: EDF 877 VISU : NaN in scalar bar.
authormzn <mzn@opencascade.com>
Wed, 11 Mar 2009 15:01:09 +0000 (15:01 +0000)
committermzn <mzn@opencascade.com>
Wed, 11 Mar 2009 15:01:09 +0000 (15:01 +0000)
src/PIPELINE/VISU_ColoredPL.cxx

index 5139b7cafca19755d7f2edce1e1519f455e1e991..79ec127cd64f3ba3cc5b2f58b9d6b7bc5802867f 100644 (file)
@@ -342,6 +342,9 @@ VISU_ColoredPL
 {
   myExtractor->Update();
   myExtractor->GetOutput()->GetScalarRange(theRange);
+
+  if (isnan(theRange[0]) || isnan(theRange[1]))
+    throw std::runtime_error("Arithmetic exception detected");
 }
 
 void