X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXAO%2FXAO_XaoUtils.cxx;h=16af5f1dd07d076be9b939708b82f20076aa9434;hb=97c06c5cd9fc736f9b5a1dacde369a9d7b5be703;hp=5d63f1748b3acb827d0263ddafb1e11aa2c2dc45;hpb=45b03d86c0d3014a3cc4dd428e214a5cc8d0e7e1;p=modules%2Fshaper.git diff --git a/src/XAO/XAO_XaoUtils.cxx b/src/XAO/XAO_XaoUtils.cxx index 5d63f1748..16af5f1dd 100644 --- a/src/XAO/XAO_XaoUtils.cxx +++ b/src/XAO/XAO_XaoUtils.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2013-2019 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -107,7 +107,7 @@ throw(XAO_Exception) return XAO::FACE; if (dimension == "solid") return XAO::SOLID; - if (dimension == "part") + if (dimension == "whole") return XAO::WHOLE; throw XAO_Exception(MsgBuilder() << "Bad dimension: " << dimension);