X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.cxx;h=57b9301614d4d17d3c013eb8665406f0c4d812de;hb=fa8fa610de8d935491343df2d8a543ff6fdb6e69;hp=5cac6be39821e3d28e6d4957e8324259e98b138e;hpb=038511d7b58612fbd10dfac36683b23e17560e42;p=gdcm.git diff --git a/src/gdcmVR.cxx b/src/gdcmVR.cxx index 5cac6be3..57b93016 100644 --- a/src/gdcmVR.cxx +++ b/src/gdcmVR.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmVR.cxx,v $ Language: C++ - Date: $Date: 2005/09/07 10:39:45 $ - Version: $Revision: 1.39 $ + Date: $Date: 2005/09/07 14:12:23 $ + Version: $Revision: 1.40 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -141,6 +141,7 @@ bool VR::IsVROfStringRepresentable(VRKey const &tested) tested != "FD" && tested != "OB" && tested != "OW" && + tested != "AT" && // Attribute Tag ?!? tested != "SQ" ; */ }