mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Updating comment to be more general (not only tets).
This commit is contained in:
parent
4ec3530a36
commit
314e87b990
1 changed files with 1 additions and 1 deletions
|
|
@ -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<double> tet_vols;
|
||||
xt::xtensor<double, 2> centroids({(size_t)this->n_bins(), 3});
|
||||
for (int i = 0; i < this->n_bins(); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue