mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Code updates/changes as requested by @paulromano
This commit is contained in:
parent
8793287591
commit
2ad76be9eb
10 changed files with 67 additions and 86 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue