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

oops

parent fc116d98
Branches
Tags
No related merge requests found
...@@ -1288,6 +1288,7 @@ class MinAnisoField : public Field ...@@ -1288,6 +1288,7 @@ class MinAnisoField : public Field
} }
double operator() (double x, double y, double z, GEntity *ge=0) double operator() (double x, double y, double z, GEntity *ge=0)
{ {
SMetric3 metr (1./MAX_LC);
double v = MAX_LC; double v = MAX_LC;
for(std::list<int>::iterator it = idlist.begin(); it != idlist.end(); it++) { for(std::list<int>::iterator it = idlist.begin(); it != idlist.end(); it++) {
Field *f = (GModel::current()->getFields()->get(*it)); Field *f = (GModel::current()->getFields()->get(*it));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment