Skip to content

Commit

Permalink
make inflation rate in utility rate common an optional input
Browse files Browse the repository at this point in the history
  • Loading branch information
tyneises committed Apr 4, 2024
1 parent 1aaf633 commit 8dbba57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssc/common.cpp
Expand Up @@ -1007,7 +1007,7 @@ var_info vtab_utility_rate_common[] = {
{ SSC_INPUT, SSC_NUMBER, "en_electricity_rates", "Optionally enable/disable electricity_rate", "years", "", "Electricity Rates", "", "INTEGER,MIN=0,MAX=1", "SIMULATION_PARAMETER" }, // Required for battery to use retail rates

// 24.04.04 twn added to access setup()
{ SSC_INPUT, SSC_NUMBER, "inflation_rate", "Inflation rate", "%", "", "Lifetime", "*", "MIN=-99", "SIMULATION_PARAMETER" },
{ SSC_INPUT, SSC_NUMBER, "inflation_rate", "Inflation rate", "%", "", "Lifetime", "", "MIN=-99", "SIMULATION_PARAMETER" },

// -----------------------------

Expand Down

0 comments on commit 8dbba57

Please sign in to comment.