diff --git a/project-includes/calculatorInputs.sh b/project-includes/calculatorInputs.sh index 9de1fff..aa5f61e 100644 --- a/project-includes/calculatorInputs.sh +++ b/project-includes/calculatorInputs.sh @@ -55,3 +55,10 @@ export BATT_VOLTAGE="" # Generator variables ###################################### + +###################################### +#Capital variables +###################################### + +export CAPEX_BUDGET_MIN="" +export CAPEX_BUDGET_MAX="" \ No newline at end of file diff --git a/vars/FrameworkVars b/vars/FrameworkVars index 38768d1..18ce457 100644 --- a/vars/FrameworkVars +++ b/vars/FrameworkVars @@ -1,4 +1,4 @@ -#Global Variables used by the framework +i#Global Variables used by the framework export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }' export ProjectIncludes="0"