X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FControls%2FSMESHControls.cxx;h=0c8d145a366e5fd29eaae0fe8e2209349d03deff;hp=10ecd711a2e4f1fe40d9adab3077839f279d3aed;hb=c0562941eac9e5a0a8b36d731f3348fe09bf32d0;hpb=e4737e85f0da6d3f90fd08f6be1c2825195fe16f diff --git a/src/Controls/SMESHControls.cxx b/src/Controls/SMESHControls.cxx index 10ecd711a..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();