diff --git a/src/mesh.cpp b/src/mesh.cpp index 212b46b21b..59b0c77e5e 100644 --- a/src/mesh.cpp +++ b/src/mesh.cpp @@ -1584,6 +1584,7 @@ UnstructuredMesh::UnstructuredMesh(pugi::xml_node node) : Mesh(node) { warning("Non-tetrahedral elements found in unstructured mesh: " + filename_); } + compute_barycentric_data(all_tets); build_tree(all_tets); }