X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmParser.cxx;h=14ed156457d5256f06fcea4ea2f676ffae9d13d4;hb=0aefbe64c65acfed527a7f18b352a2621f4bc92b;hp=0ec0e22f9731edc23beab9e3b06c5d34dc5e1c51;hpb=ac6281627c9571b711bd4d6e55a4adabc8b91afb;p=gdcm.git diff --git a/src/gdcmParser.cxx b/src/gdcmParser.cxx index 0ec0e22f..14ed1564 100644 --- a/src/gdcmParser.cxx +++ b/src/gdcmParser.cxx @@ -187,9 +187,9 @@ void gdcmParser::PrintEntryNiceSQ(std::ostream & os) { std::cout << "Kaie ! Kaie! SQ stack overflow" << std::endl; return; } - if (DEBUG) cout << "\n >>>>> empile niveau " << top + if (DEBUG) std::cout << "\n >>>>> empile niveau " << top << "; Lgr SeQ: " << (*i)->GetReadLength() - << "\n" <GetReadLength(); pile[top].alreadyParsedlength = 0; @@ -221,11 +221,11 @@ void gdcmParser::PrintEntryNiceSQ(std::ostream & os) { << std::endl; } else { if (DEBUG) - cout << "alrdyPseLgt:" + std::cout << "alrdyPseLgt:" << pile[top].alreadyParsedlength << " totSeQlgt: " << pile[top].totalSQlength << " curPseLgt: " << currentParsedlength - << endl; + << std::endl; while (pile[top].alreadyParsedlength==pile[top].totalSQlength) { if (DEBUG)