smesh/src/StdMeshers
eap 929a0adbce 0020855: [CEA] Problem with ijk algo
* Fix uninitialized gravity center
-      gp_XYZ gc;
+      gp_XYZ gc(0,0,0);
2010-04-30 06:41:17 +00:00
..
2010-04-21 16:19:21 +00:00