]> Creatis software - gdcm.git/commitdiff
To please gcc 4.3
authorjpr <jpr>
Fri, 19 Sep 2008 09:33:16 +0000 (09:33 +0000)
committerjpr <jpr>
Fri, 19 Sep 2008 09:33:16 +0000 (09:33 +0000)
Example/PcpdenseToDicom.cxx
Testing/TestInline.cxx

index b00c2091956d0b3238265f0f028ce56849d7338b..af177af187ec9310a721297d22c3d0a41f297154 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: PcpdenseToDicom.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/09/15 15:49:20 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2008/09/19 09:33:16 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -37,8 +37,8 @@
   * Hope they don't change soon!
   */  
 
-void MakeDicomImage(unsigned short int *tabVal, int X, int Y, std::string dcmImageName,
-                    const char * patientname, int nbFrames, std::string studyUID, std::string serieUID, std::string studyUID, int imgNum,bool m );
+void MakeDicomImage(unsigned short int *tabVal, int X, int Y, std::string dcmImageName, const char * patientName, int nbFrames,
+                    std::string studyUID, std::string serieUID, std::string SerieDescr, int imgNum, bool m );
 
 void LoadImage(std::ifstream &from,  unsigned short int * );
 
index ffbfd5959f5b7ce8c595843ebc747d713846fe7c..7fa15f74b9a4841e160f51e5c40a6068a69ffa34 100755 (executable)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestInline.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/09/15 15:49:21 $
-  Version:   $Revision: 1.20 $
+  Date:      $Date: 2008/09/19 09:33:17 $
+  Version:   $Revision: 1.21 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -30,7 +30,7 @@
 // Which CXX_FLAGS, LINKER_FLAGS, ...,  must we set to see the difference?
 
 #include "gdcmUtil.h"
-
+#include <string.h>  // Needed under Suse?!? 
 #include <stdlib.h> // atoi
 #if defined(__BORLANDC__)  || defined (_MSC_VER)
 #include <time.h>