X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXAO%2FXAO_XaoUtils.cxx;h=52076280fe31803a6c59a1439491bb318bc6019c;hb=ca41e707752199349b9fc79864d4c17b7271660d;hp=5d63f1748b3acb827d0263ddafb1e11aa2c2dc45;hpb=45b03d86c0d3014a3cc4dd428e214a5cc8d0e7e1;p=modules%2Fshaper.git diff --git a/src/XAO/XAO_XaoUtils.cxx b/src/XAO/XAO_XaoUtils.cxx index 5d63f1748..52076280f 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-2016 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);