Update timesteps in Runtime list

Max Lübke 2024-03-27 15:38:44 +01:00
parent 9c6e1bbc14
commit 8630e04043

@ -100,8 +100,7 @@ Chemistry <- list(
```r
Runtime <- list(
iterations = numeric(), # Total number of iterations
timesteps = numeric(), # Time step size for each iteration
timesteps = numeric(iterations), # Time step size for each iteration
store_result = TRUE, # Whether to store simulation results
out_save = numeric() # Optional: Iterations to save simulation results
)