X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Testing%2FTestDicomDir.cxx;h=11f8aa6d5d4754c42a3445a6fda4c36c9cd7c804;hb=8f68ff1b50850c4b4890d15af2218e3ef12da4e2;hp=1cccb798bd5a265cf6f6685c54c9eb1b4a29f2c7;hpb=e037a39af09b4df452992e1129fa2a370171c44e;p=gdcm.git diff --git a/Testing/TestDicomDir.cxx b/Testing/TestDicomDir.cxx index 1cccb798..11f8aa6d 100644 --- a/Testing/TestDicomDir.cxx +++ b/Testing/TestDicomDir.cxx @@ -37,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() ) { @@ -48,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 /*