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

hexahedra

parent 1aa0b9c9
Branches
Tags
No related merge requests found
...@@ -451,7 +451,7 @@ Metric Filler::get_metric(double x,double y,double z){ ...@@ -451,7 +451,7 @@ Metric Filler::get_metric(double x,double y,double z){
Metric m; Metric m;
Matrix m2; Matrix m2;
m2 = Frame_field::combine(x,y,z); m2 = Frame_field::search(x,y,z);
m.set_m11(m2.get_m11()); m.set_m11(m2.get_m11());
m.set_m21(m2.get_m21()); m.set_m21(m2.get_m21());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment