]> Creatis software - gdcm.git/blobdiff - src/gdcmHeaderEntry.cxx
* FIX : Set the elements to create the DicomDir in a dictionary file
[gdcm.git] / src / gdcmHeaderEntry.cxx
index 3c2ffaf7601f9e34827341f62d141efd174348b2..a55933c0502308db78c8532a92faf5ab626e7d67 100644 (file)
@@ -41,6 +41,7 @@ void gdcmHeaderEntry::Print(std::ostream & os) {
    std::ostringstream s;
    guint32 lgth;
    char greltag[10];  //group element tag
+
    g  = GetGroup();
    e  = GetElement();
    v  = GetValue();