]> Creatis software - gdcm.git/commitdiff
fix mistyping
authorjpr <jpr>
Fri, 15 Apr 2011 15:23:14 +0000 (15:23 +0000)
committerjpr <jpr>
Fri, 15 Apr 2011 15:23:14 +0000 (15:23 +0000)
vtk/vtkGdcm4DSplitter.cxx
vtk/vtkGdcm4DSplitter.h

index 69079de8e72469feb9abe55a08c31368428eed51..8296e635730fb72991be2b313e6a8433cddc314c 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: vtkGdcm4DSplitter.cxx,v $
   Language:  C++
-  Date:      $Date: 2011/04/15 15:14:40 $
-  Version:   $Revision: 1.11 $
+  Date:      $Date: 2011/04/15 15:23:14 $
+  Version:   $Revision: 1.12 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -115,7 +115,7 @@ Aware user will have to specify some points :
 VTK reader 'flop upside down' the images to display them correctly ?!?
 When a 'math guy' gets the image, the first thing he does is flipping it again.
 Avoid loosing CPU time using :
-      bool SetFlipY(bool); // Wrong = no flip
+      void SetFlipY(bool); // Wrong = no flip
 
 . Execute :
 -----------
index c643a95af3e1eb8d2c9116a4aba38e6d5091760a..1c479a3f80f25aa6cf715f8bc9cd18d18a06495f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: vtkGdcm4DSplitter.h,v $
   Language:  C++
-  Date:      $Date: 2011/04/15 15:14:40 $
-  Version:   $Revision: 1.10 $
+  Date:      $Date: 2011/04/15 15:23:14 $
+  Version:   $Revision: 1.11 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -55,7 +55,7 @@ typedef  bool (*FoncComp)(GDCM_NAME_SPACE::File *file1, GDCM_NAME_SPACE::File *f
        
        bool setVectGdcmFile(std::vector<GDCM_NAME_SPACE::File *> *vectGdcmFile);
        
-       bool SetFlipY(bool f) { FlipY = f;}
+       void SetFlipY(bool f) { FlipY = f; }
 
        // Split
        // =====