openmsr / CAD_to_OpenMC

code to target the conversion from a step-file to a h5m-geometry for neutronics
MIT License
25 stars 16 forks source link

CAD_to_OpenMC crashes when the output h5m-filename points to a subdirectory #91

Closed ebknudsen closed 5 months ago

ebknudsen commented 5 months ago

There is an implicit assumption that the output filename is in the working directory. Adding a subdirectory causes the routine to crash with a MOAB-error message. This is a bug in CAD_to_OpenMC.

ebknudsen commented 5 months ago

beafcbb should fix this problem. closing