]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewPoints.cpp
v1.0.3 BUG 1404
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / manualContour / manualViewPoints.cpp
index 192da1864e071604280d66c90857c99846df82c3..380c002a13fc30e0316c69cd592696244ca30378 100644 (file)
@@ -15,7 +15,7 @@ manualViewPoints::~manualViewPoints()
        _copyViewPoints.clear();
 }
 
-
 // ----------------------------------------------------------------------------
 manualViewPoints * manualViewPoints :: Clone()
 {
@@ -102,7 +102,12 @@ void manualViewPoints::RefreshContour()  // VIRTUAL
        {
                double xx = _manContModel->GetManualPoint(i)->GetX();
                double yy = _manContModel->GetManualPoint(i)->GetY();
-               double zz = 900; // RaC REVISAR !!
+               
+               
+//EED 21 mars 2012  FLIP probleme  ..PLOP..
+//             double zz = 900; // RaC REVISAR !!
+               
+               double zz = -900; // RaC REVISAR !!
 
                manualViewPoint *mv = _copyViewPoints[i];