mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
ifdef-ing read_geometry_cad
This commit is contained in:
parent
3492a1a44d
commit
7455212bf5
1 changed files with 4 additions and 0 deletions
|
|
@ -562,6 +562,8 @@ contains
|
|||
end subroutine read_settings_xml_f
|
||||
|
||||
|
||||
#ifdef CAD
|
||||
|
||||
!===============================================================================
|
||||
! READ_GEOMETRY_CAD reads data from a DAGMC .h5m file, checking
|
||||
! for material properties and surface boundary conditions
|
||||
|
|
@ -646,6 +648,8 @@ contains
|
|||
return
|
||||
|
||||
end subroutine read_geometry_cad
|
||||
|
||||
#endif
|
||||
|
||||
!===============================================================================
|
||||
! READ_GEOMETRY_XML reads data from a geometry.xml file and parses it, checking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue