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

hexahedra

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