X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FControls%2FSMESHControls.cxx;h=0c8d145a366e5fd29eaae0fe8e2209349d03deff;hp=b66297e9b054b9c8db401880a8313d3d2b24aca3;hb=317741e60dd7db682685ae97a87ee1da18f5b830;hpb=c3bf92bd87b770fd81631a3853f7f5bb1ac6a4e8 diff --git a/src/Controls/SMESHControls.cxx b/src/Controls/SMESHControls.cxx index b66297e9b..0c8d145a3 100644 --- a/src/Controls/SMESHControls.cxx +++ b/src/Controls/SMESHControls.cxx @@ -17,7 +17,7 @@ // // See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org -#include "SMESH_Controls.hxx" +#include "SMESH_ControlsDef.hxx" int main(int argc, char** argv) { @@ -29,7 +29,9 @@ int main(int argc, char** argv) new Skew(); new Area(); new Length(); + // new Length2D(); new MultiConnection(); + // new MultiConnection2D(); new FreeBorders(); new LessThan(); new MoreThan(); @@ -37,6 +39,7 @@ int main(int argc, char** argv) new LogicalNOT(); new LogicalAND(); new LogicalOR(); + new ManifoldPart(); return 1; }