diff Framework/Toolbox/LinearAlgebra.cpp @ 994:1f74bc3459ba

fix build due to rename in Orthanc::DicomMap
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Sep 2019 08:27:12 +0200
parents 32eaf4929b08
children 341e68752354
line wrap: on
line diff
--- a/Framework/Toolbox/LinearAlgebra.cpp	Wed Sep 11 12:33:12 2019 +0200
+++ b/Framework/Toolbox/LinearAlgebra.cpp	Thu Sep 12 08:27:12 2019 +0200
@@ -112,7 +112,7 @@
                      const Orthanc::DicomTag& tag)
     {
       std::string value;
-      return (dataset.CopyToString(value, tag, false) &&
+      return (dataset.LookupStringValue(value, tag, false) &&
               ParseVector(target, value));
     }