]> Creatis software - creaMaracasVisu.git/commitdiff
No newline at eof
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 16 Jun 2009 16:03:28 +0000 (16:03 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 16 Jun 2009 16:03:28 +0000 (16:03 +0000)
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
+}
+