From b3473984ff6f1f02c8359a256581de9b006e8a4c Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Sat, 25 Nov 2023 12:03:14 -0600 Subject: [PATCH] roll up --- project-includes/calculatorInputs.sh | 7 +++++++ vars/FrameworkVars | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"