diff --git a/src/ASM/LR/ASMu2D.C b/src/ASM/LR/ASMu2D.C index e3b4e832..56ed49d2 100644 --- a/src/ASM/LR/ASMu2D.C +++ b/src/ASM/LR/ASMu2D.C @@ -32,7 +32,6 @@ #include "Profiler.h" #include "Vec3Oper.h" #include -#include // #define SP_DEBUG 5 @@ -179,6 +178,7 @@ bool ASMu2D::diagonalRefine (int minBasisfunctions) meshFile.open("mesh.eps"); lrspline->writePostscriptMesh(meshFile); meshFile.close(); + return true; } @@ -1158,7 +1158,7 @@ bool ASMu2D::tesselate (ElementBlock& grid, const int* npe) const double u = (iu==0) ? umin : umax; double v = (iv==0) ? vmin : vmax; Go::Point pt; - lrspline->point(pt, u,v); + lrspline->point(pt, u,v, iel); for(int dim=0; dim