]> Creatis software - gdcm.git/blobdiff - src/gdcmValidator.cxx
Avoid warnings on C/C++ syle comments
[gdcm.git] / src / gdcmValidator.cxx
index 045a95d193098ee128b2130a7aca1a21352fe05c..aa195fc9df961fdfe70231b3b9360c78290b9a66 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmValidator.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/11/05 13:25:26 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2005/11/07 13:58:00 $
+  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
@@ -68,9 +68,12 @@ bool CheckVM(DataEntry *entry)
 
 void Validator::SetInput(ElementSet *input)
 {
+
+DocEntry *d;
+/*
 // First stage to check group length
   GroupHT grHT;
-  DocEntry *d=input->GetFirstEntry();
+  d=input->GetFirstEntry();
   while(d)
   {
     grHT[d->GetGroup()] = 0;
@@ -80,7 +83,7 @@ void Validator::SetInput(ElementSet *input)
   {
       std::cout << std::hex << it->first << std::endl; 
   } 
-
+*/
 
   // berk for now SetInput do two things at the same time
   d=input->GetFirstEntry();