Skip to content

Commit 57575ad

Browse files
committed
Fix doc issue
1 parent 2177096 commit 57575ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/model_coupling/multiscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Models can access only one time step at a time, so the output at the end of a si
191191

192192
```@example usepkg
193193
outs = Dict(
194-
"Scene" => (:TT, :TT_cu, :node),
194+
"Scene" => (:TT, :TT_cu,),
195195
"Plant" => (:aPPFD, :LAI),
196196
"Leaf" => (:carbon_assimilation, :carbon_demand, :carbon_allocation, :TT),
197197
"Internode" => (:carbon_allocation,),

0 commit comments

Comments
 (0)