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

fix warn

parent 21007eae
No related branches found
No related tags found
No related merge requests found
...@@ -340,7 +340,7 @@ double MetricCoefficient::getBoundRmin(double tol) ...@@ -340,7 +340,7 @@ double MetricCoefficient::getBoundRmin(double tol)
/*compute RminBez /*compute RminBez
if RminLag-RminBez < tol : return RminBez if RminLag-RminBez < tol : return RminBez
return subdivide*/ return subdivide*/
return RminLag;
} }
int MetricCoefficient::metricOrder(int tag) int MetricCoefficient::metricOrder(int tag)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment