X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FTestChangeHeader.cxx;h=6550733f36953d82e18b05f36fe5f1544e5324df;hb=8c1361afb0434404e7c81a71960d5297460604a9;hp=1ad0e782e7f090b5126cfdde3adf602d2d11c12c;hpb=1d69b92978803204089d270599133917d944c651;p=gdcm.git diff --git a/Example/TestChangeHeader.cxx b/Example/TestChangeHeader.cxx index 1ad0e782..6550733f 100644 --- a/Example/TestChangeHeader.cxx +++ b/Example/TestChangeHeader.cxx @@ -20,7 +20,7 @@ std::endl; // 0018 1310 US ACQ Acquisition Matrix gdcm::DictEntry *dictEntry = - f2->GetHeader()->GetPubDict()->GetDictEntryByName( "Acquisition Matrix" ); + f2->GetHeader()->GetPubDict()->GetDictEntryByName( "Acquisition Matrix" ); std::cerr << std::hex << dictEntry->GetGroup() << "," << dictEntry->GetElement() << std::endl; // std::string matrix = f2->GetHeader()->GetEntryByNumber(0x0018, 0x1310);