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

fix compile without mesh module

parent 6bde9df3
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
BoundaryLayerField* getBLField(GModel *gm){ return 0; }
bool buildAdditionalPoints2D (GFace *gf ) { return false; }
BoundaryLayerColumns * buildAdditionalPoints3D (GRegion *gr) { return 0; }
bool buildAdditionalPoints3D (GRegion *gr) { return false; }
void buildMeshMetric(GFace *gf, double *uv, SMetric3 &m, double metric[3]) {}
faceColumn BoundaryLayerColumns::getColumns(GFace *gf, MVertex *v1, MVertex *v2,
MVertex *v3, int side)
......@@ -33,6 +33,7 @@ edgeColumn BoundaryLayerColumns::getColumns(MVertex *v1, MVertex *v2 , int side)
{
return edgeColumn(BoundaryLayerData(),BoundaryLayerData());
}
#else
#include "Field.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment