Skip to content
Snippets Groups Projects
Commit 0ace6e5d authored by Tristan Carrier Baudouin's avatar Tristan Carrier Baudouin
Browse files

hexahedra

parent 81264923
No related branches found
No related tags found
No related merge requests found
......@@ -776,7 +776,7 @@ void LpCVT::eval(std::vector<SPoint3>& bank,std::vector<int>& movability,int off
compute_parameters();
for(i=0;i<clipped.size();i++){
if(clipped[i].get_quality()<e) continue;
if(clipped[i].get_quality()<e) continue; //not exact
init_caches(clipped[i],p);
energy = energy + F(clipped[i],p);
grad1 = dF_dC1(clipped[i],p);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment