From 314e87b9904d91fd99b5cd0ea3bf1492c3edea97 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 10 Feb 2021 10:41:28 -0600 Subject: [PATCH] Updating comment to be more general (not only tets). --- src/mesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) {