From 7455212bf5808439f15c6b6abe76b18c58f53d5f Mon Sep 17 00:00:00 2001 From: shriwise Date: Fri, 17 Aug 2018 15:14:29 -0500 Subject: [PATCH] ifdef-ing read_geometry_cad --- src/input_xml.F90 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/input_xml.F90 b/src/input_xml.F90 index 468e21b33a..1a2013f1c1 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -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