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

fix compile

parent 924854ac
Branches
Tags
No related merge requests found
......@@ -9,6 +9,7 @@
#include "GModel.h"
#include "GFace.h"
#include "GEdge.h"
#include "GEdgeCompound.h"
#include "MTriangle.h"
#include "MQuadrangle.h"
#include "MElementCut.h"
......
......@@ -7,6 +7,7 @@
#include "GmshMessage.h"
#include "GmshDefines.h"
#include "GModel.h"
#include "GEdgeCompound.h"
#include "MLine.h"
#include "MTriangle.h"
#include "MQuadrangle.h"
......@@ -254,7 +255,8 @@ class initMeshGEdge {
if(!e->getVisibility()) {
if(e->getCompound()) {
if(!e->getCompound()->getVisibility()) return;
} else
}
else
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment