Skip to content

Commit

Permalink
Update input_aggregate_names.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBayerEcon committed Mar 14, 2024
1 parent 118041b commit fb0593c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Model/input_aggregate_names.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 !
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit fb0593c

Please sign in to comment.