]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRBaseData.cxx
All the modif are tagged // JPRx
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMPRBaseData.cxx
index 67dfe61647d14e761ac2cd68ea7c8f2871521e1c..45ef21f5d13352ab1bb9e47ab3317ada3a5f59da 100644 (file)
@@ -100,7 +100,7 @@ void vtkBaseData::SetT(double t)
        {
                t=0;
        }
-       _t=t;
+       _t=(int)t;
 }
 
 //-------------------------------------------------------------------
@@ -390,7 +390,7 @@ void vtkMPR3DDataViewer::Configure()
        _ctfun->AddRGBPoint( 300 ,0 ,1,0);
        _ctfun->AddRGBPoint( 400 ,0 ,0,1);
 */
-       void *p=this;
+//     void *p=this; // JPRx
 
   // Create the first of the three planes. The filter vtkImageMapToColors
   // maps the data through the corresponding lookup table created above.  The