Skip to content

Commit

Permalink
Remove reference to site where changes have been made
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnectedSystems committed Feb 1, 2024
1 parent b03c234 commit 0ecc6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExtInterface/ADRIA/Domain.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mutable struct ADRIADomain{
RCP::String # RCP scenario represented
env_layer_md::EnvLayer # Layers used
scenario_invoke_time::String # time latest set of scenarios were run
const conn: # site connectivity data
const conn: # connectivity data
const in_conn::Vector{Float64} # sites ranked by incoming connectivity strength (i.e., number of incoming connections)
const out_conn::Vector{Float64} # sites ranked by outgoing connectivity strength (i.e., number of outgoing connections)
const strong_pred::Vector{Int64} # strongest predecessor
Expand Down

0 comments on commit 0ecc6b1

Please sign in to comment.