mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
fix: Correct duplicate assignment in out_save variable
This commit is contained in:
parent
cfeca0eca6
commit
ff4c9194d2
@ -4,5 +4,5 @@ dt <- 200
|
|||||||
list(
|
list(
|
||||||
timesteps = rep(dt, iterations),
|
timesteps = rep(dt, iterations),
|
||||||
store_result = TRUE,
|
store_result = TRUE,
|
||||||
out_save = out_save = c(1,20,50, seq(100,1000, by=100), seq(2000, iterations, by=1000))
|
out_save = c(1,20,50, seq(100,1000, by=100), seq(2000, iterations, by=1000))
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user