Skip to content

Commit

Permalink
cmod_geothermal_eqns
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Jan 3, 2025
1 parent 2280d93 commit f35901c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ssc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ else()
cmod_financial_eqns.cpp
cmod_windpower_eqns.cpp
cmod_utilityrate5_eqns.cpp
cmod_geothermal_eqns.cpp)
cmod_geothermal_costs_eqns.cpp)
set_source_files_properties(${SRC_UNUSED_VARS} PROPERTIES COMPILE_FLAGS -Wno-unused-variable)
endif()

Expand Down
2 changes: 1 addition & 1 deletion ssc/ssc_equations.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "cmod_financial_eqns.h"
#include "cmod_utilityrate5_eqns.h"
#include "cmod_analysisperiodchange_eqns.h"
#include "cmod_geothermal_eqns.h"
#include "cmod_geothermal_costs_eqns.h"

/**
* Returns true if completed successfully. For failures, query the "error" string that has been assigned to the `data`.
Expand Down

0 comments on commit f35901c

Please sign in to comment.