]> Creatis software - gdcm.git/commitdiff
I'll try to understand later why LECAGY causes troubles with Pyton, in that
authorjpr <jpr>
Mon, 21 Nov 2005 16:04:43 +0000 (16:04 +0000)
committerjpr <jpr>
Mon, 21 Nov 2005 16:04:43 +0000 (16:04 +0000)
case.
Comment out.

src/gdcmDocument.cxx
src/gdcmDocument.h

index d6e993b9f5fc92d106f3ed681300efc4035b1f55..de43533a2a901ba7de041bb099dcd45d139aac2a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocument.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/11/21 09:46:26 $
-  Version:   $Revision: 1.329 $
+  Date:      $Date: 2005/11/21 16:04:43 $
+  Version:   $Revision: 1.330 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -91,13 +91,13 @@ bool Document::Load(  )
    return DoTheLoadingDocumentJob( );
 }
 
-#ifndef GDCM_LEGACY_REMOVE 
+//#ifndef GDCM_LEGACY_REMOVE 
 bool Document::Load( std::string const &fileName ) 
 {
    Filename = fileName;
    return DoTheLoadingDocumentJob( );
 }
-#endif
+//#endif
 
 /**
  * \brief   Performs the Loading Job (internal use only)  
index 55666c1166d65de0dfe7047ac15102ba489a76bb..ed872a58f63c18b96cc54ec320bc48b034d9e65b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocument.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/21 12:25:41 $
-  Version:   $Revision: 1.133 $
+  Date:      $Date: 2005/11/21 16:04:43 $
+  Version:   $Revision: 1.134 $
  
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -47,7 +47,8 @@ public:
 
 // Loading
    //Deprecated : use SetFileName() + Load()
-   GDCM_LEGACY(  virtual bool Load( std::string const &filename )  ); 
+   //GDCM_LEGACY(  virtual bool Load( std::string const &filename )  ); 
+   virtual bool Load( std::string const &filename )
    virtual bool Load( ); 
 
 // Dictionaries