]> Creatis software - gdcm.git/blobdiff - Example/TestChangeHeader.cxx
BUG: Remove tons of mem leaks. There are still plenty that explains why gdcm is dog...
[gdcm.git] / Example / TestChangeHeader.cxx
index 1ad0e782e7f090b5126cfdde3adf602d2d11c12c..6550733f36953d82e18b05f36fe5f1544e5324df 100644 (file)
@@ -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);