Skip to content

Commit b775f8b

Browse files
committed
Update RHESSysPreprocess.R
1 parent 55a4f49 commit b775f8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/RHESSysPreprocess.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RHESSysPreprocess = function(template,
126126
unique_strata_ID = unique_strata_ID,
127127
asprules = asprules)
128128

129-
readin = world_gen_out[[1]]
129+
#readin = world_gen_out[[1]]
130130
#asp_rules = world_gen_out[[2]]
131131

132132
# ---------- Run CreateFlownet ----------
@@ -142,7 +142,7 @@ RHESSysPreprocess = function(template,
142142
}
143143

144144
CreateFlownet(flownet_name = flownet_name,
145-
readin = readin,
145+
#readin = readin,
146146
template = template,
147147
type = type,
148148
typepars = typepars,

0 commit comments

Comments
 (0)