diff --git a/src/mesh.cpp b/src/mesh.cpp index 5963546cb8..32aa7c16a0 100644 --- a/src/mesh.cpp +++ b/src/mesh.cpp @@ -207,7 +207,7 @@ UnstructuredMesh::to_hdf5(hid_t group) const write_dataset(mesh_group, "type", "unstructured"); write_dataset(mesh_group, "filename", filename_); write_dataset(mesh_group, "library", this->library()); - // write volume of each tet + // write volume of each element std::vector tet_vols; xt::xtensor centroids({(size_t)this->n_bins(), 3}); for (int i = 0; i < this->n_bins(); i++) {