From fb0593cfe79df3e0643ce86608f7c053b3415d8d Mon Sep 17 00:00:00 2001 From: Christian Bayer Date: Thu, 14 Mar 2024 15:35:50 +0100 Subject: [PATCH] Update input_aggregate_names.jl --- src/Model/input_aggregate_names.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Model/input_aggregate_names.jl b/src/Model/input_aggregate_names.jl index 91283a9..47d86f9 100644 --- a/src/Model/input_aggregate_names.jl +++ b/src/Model/input_aggregate_names.jl @@ -36,9 +36,9 @@ state_names = [ ] # List of (the subset) of aggregate states, that need to be duplicated (e.g. across countries or industries) -dup_state_names = ["", +dup_state_names = Vector{String}(undef,0)#["", # "A", -] +#] # List cross-sectional controls / distributional summary variables (no equations in aggregate model expected) # if these need to be duplicated, do by hand ! @@ -86,9 +86,9 @@ control_names = [ ] # List of (the subset) of aggregate states, that need to be duplicated (e.g. across countries or industries) -dup_control_names = ["", +dup_control_names = Vector{String}(undef,0) #["", # "LP", -] +#] # Delete duplicated state and shock names and create duplicated variable names of state and control names