mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Changing cad references/symbols to dagmc to leave room for other CAD implementations.
This commit is contained in:
parent
d0a2009974
commit
3d27fe55eb
17 changed files with 136 additions and 136 deletions
|
|
@ -9,7 +9,7 @@ namespace openmc {
|
|||
extern "C" void
|
||||
write_geometry(hid_t file_id) {
|
||||
|
||||
#ifdef CAD
|
||||
#ifdef DAGMC
|
||||
if (settings::dagmc) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue