Adding changes requested in PR.

This commit is contained in:
Patrick Shriwise 2018-10-01 10:33:58 -05:00
parent a4fdbe5048
commit 64e2df362a
8 changed files with 14 additions and 13 deletions

View file

@ -13,7 +13,7 @@ write_geometry(hid_t file_id) {
#ifdef DAGMC
if (settings::dagmc) {
write_attribute(geom_group, "cad", 1);
write_attribute(geom_group, "dagmc", 1);
return;
}
#endif