X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestDicomDir.cxx;h=11f8aa6d5d4754c42a3445a6fda4c36c9cd7c804;hb=7d8572bf6b911f746d4dc5389bb3270868957373;hp=4de300aa36b426b777dd8d4ff08d144f1fc13393;hpb=cecf8a0bb86a9b3223a9d02d1106a564aa6ef7f9;p=gdcm.git diff --git a/Testing/TestDicomDir.cxx b/Testing/TestDicomDir.cxx index 4de300aa..11f8aa6d 100644 --- a/Testing/TestDicomDir.cxx +++ b/Testing/TestDicomDir.cxx @@ -2,7 +2,6 @@ #include "gdcm.h" #include "gdcmHeaderEntry.h" #include "gdcmDicomDir.h" -#include "gdcmConfigure.h" #include #ifdef GDCM_NO_ANSI_STRING_STREAM @@ -38,10 +37,10 @@ int testDicomDir(int argc, char* argv[]) } e1 = new gdcmDicomDir(file.c_str()); - if (argc > 2) { - int level = atoi(argv[2]); - e1->SetPrintLevel(level); - } + if (argc > 2) { + int level = atoi(argv[2]); + e1->SetPrintLevel(level); + } if(e1->GetDicomDirPatients().begin() == e1->GetDicomDirPatients().end() ) { @@ -49,7 +48,7 @@ int testDicomDir(int argc, char* argv[]) return(1); } -// Exemples exploitation de la structure +// Simple examples of structure exploitation // DON'T REMOVE neither the folowing code, nor the commented out lines /*