Skip to content

Commit

Permalink
fix include error
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Jan 3, 2025
1 parent 73f1226 commit 616a4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssc/cmod_geothermal_costs_eqns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 616a4a7

Please sign in to comment.