X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOTreeAttributeDescriptor.cpp;h=c6a694f8cff678e267d621f9da6a8d7585e4c902;hb=9482bdab20cd58378b088085f8fa8731d7b7b416;hp=08fd784d9e26960199d35fc69585051121022305;hpb=b573a12c2f9e5c887ae36166c531fb17cdb7db8f;p=creaImageIO.git diff --git a/src2/creaImageIOTreeAttributeDescriptor.cpp b/src2/creaImageIOTreeAttributeDescriptor.cpp index 08fd784..c6a694f 100644 --- a/src2/creaImageIOTreeAttributeDescriptor.cpp +++ b/src2/creaImageIOTreeAttributeDescriptor.cpp @@ -183,15 +183,11 @@ namespace creaImageIO { // Numerical typ = 1; -// type="1"; -// sscanf(type.c_str(),"%u",&typ); } else { // String typ = 2; - // type="2"; -// sscanf(type.c_str(),"%u",&typ); } }