minor changes

This commit is contained in:
Nico Pietroni 2009-10-14 16:15:50 +00:00
parent 3705cb3cb9
commit fdd33df567
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ static bool MarkSmallestEdge(MeshType &m, bool perform)
}
static ScalarType Importance(const CoordType &p){
return ::proceduralImportance(p);
//return ::proceduralImportance(p);
return 1;
}
// returns: 0 if fail. 1 if edge. 2 if diag.