Changing cad references/symbols to dagmc to leave room for other CAD implementations.

This commit is contained in:
pshriwise 2018-09-21 15:48:50 -04:00
parent d0a2009974
commit 3d27fe55eb
17 changed files with 136 additions and 136 deletions

View file

@ -9,7 +9,7 @@ namespace openmc {
extern "C" void
write_geometry(hid_t file_id) {
#ifdef CAD
#ifdef DAGMC
if (settings::dagmc) {
return;
}