From 616a4a70c8e641c837e5d3857142eece91e57083 Mon Sep 17 00:00:00 2001 From: Darice Date: Thu, 2 Jan 2025 17:45:09 -0700 Subject: [PATCH] fix include error --- ssc/cmod_geothermal_costs_eqns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssc/cmod_geothermal_costs_eqns.cpp b/ssc/cmod_geothermal_costs_eqns.cpp index ac34ff7a4..e90ff66a3 100644 --- a/ssc/cmod_geothermal_costs_eqns.cpp +++ b/ssc/cmod_geothermal_costs_eqns.cpp @@ -35,7 +35,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "vartab.h" -#include "cmod_geothermal_eqns.h" +#include "cmod_geothermal_costs_eqns.h" #pragma warning(disable: 4297) // ignore warning: 'function assumed not to throw an exception but does' bool getem_om_cost_calc(ssc_data_t data)