Updating DagMC s.t. their temperatures can be set using material temps. Also addressig a bug in closing an hdf5 dataset and adding tests.

This commit is contained in:
Patrick Shriwise 2019-07-16 16:30:01 -05:00
parent 71522fd310
commit da152b9b0f
5 changed files with 33 additions and 2 deletions

View file

@ -92,6 +92,7 @@ void write_geometry(hid_t file)
#ifdef DAGMC
if (settings::dagmc) {
write_attribute(geom_group, "dagmc", 1);
close_group(geom_group);
return;
}
#endif