Skip to content
Snippets Groups Projects
Commit 4d4290a8 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix

parent 1f49dfe4
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@
#include <fcntl.h>
#include <iostream>
#include <fstream>
#include <sys/timeb.h>
#endif
#include "GmshMessage.h"
......
......@@ -59,7 +59,7 @@ void OCCRegion::setup()
else if (edge.Orientation() == TopAbs_INTERNAL){
Msg::Info("Adding embedded edge %d", e->tag());
embedded_edges.push_back(e);
OCCEdge *occe = (OCCEdge*)e;
//OCCEdge *occe = (OCCEdge*)e;
//occe->setTrimmed(this);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment