Salome HOME
Issue #1865 : implementation of import/export fields in XAO format
[modules/shaper.git] / src / XAO / XAO_XaoUtils.cxx
index 8d08cea84d5fd44fe76581113459631f915bd859..5d63f1748b3acb827d0263ddafb1e11aa2c2dc45 100644 (file)
@@ -107,7 +107,7 @@ throw(XAO_Exception)
         return XAO::FACE;
     if (dimension == "solid")
         return XAO::SOLID;
-    if (dimension == "whole")
+    if (dimension == "part")
         return XAO::WHOLE;
 
     throw XAO_Exception(MsgBuilder() << "Bad dimension: " << dimension);