Code updates/changes as requested by @paulromano

This commit is contained in:
pshriwise 2018-09-25 22:28:31 -05:00
parent 8793287591
commit 2ad76be9eb
10 changed files with 67 additions and 86 deletions

View file

@ -10,9 +10,7 @@ extern "C" void
write_geometry(hid_t file_id) {
#ifdef DAGMC
if (settings::dagmc) {
return;
}
if (settings::dagmc) return;
#endif
auto geom_group = create_group(file_id, "geometry");