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
|
|
@ -213,9 +213,9 @@ void read_settings_xml()
|
|||
dagmc = get_node_value_bool(root, "dagmc");
|
||||
}
|
||||
|
||||
#ifndef CAD
|
||||
#ifndef DAGMC
|
||||
if (dagmc) {
|
||||
fatal_error("CAD mode unsupported for this build of OpenMC");
|
||||
fatal_error("DAGMC mode unsupported for this build of OpenMC");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue