]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GDMLAPI/GDMLAPI_Ellipsoid.cpp
Salome HOME
Fix for the issue #2465 and a unit test and a correction for the test becomes working.
[modules/shaper.git] / src / GDMLAPI / GDMLAPI_Ellipsoid.cpp
index 385b5dea200a6111f9b88993325084e880bf42e0..167d6aa64fd8995c64939ad3268bc4aad9ccf0a0 100644 (file)
@@ -38,7 +38,7 @@ GDMLAPI_Ellipsoid::GDMLAPI_Ellipsoid(const std::shared_ptr<ModelAPI_Feature>& th
   if (initialize()) {
     setSizes(theAX, theBY, theCZ);
     fillAttribute("", useZCut1());
-    fillAttribute("", useZCut1());
+    fillAttribute("", useZCut2());
   }
 }