]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkBaseData.cxx
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkBaseData.cxx
index 6f2725bfd5a652cfe809983b8110b39c83336aca..5fe3f8b3b017a7fbf0847ddf95bd767285267964 100644 (file)
@@ -4,9 +4,9 @@
 vtkBaseData::vtkBaseData()
 {
 
-       _z                                       = 0;
-       _t                                       = 0;
-       _marImageData            = NULL;
+       _z            = 0;
+       _t            = 0;
+       _marImageData = NULL;
 }
 
 //-------------------------------------------------------------------
@@ -98,4 +98,5 @@ void vtkBaseData::SetT(double t)
                t=0;
        }
        _t=(int)t;
-}
\ No newline at end of file
+}
+