mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +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(
|
||||
timesteps = rep(dt, iterations),
|
||||
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