aboutsummaryrefslogtreecommitdiff
path: root/inst/GUI/simple.R
diff options
context:
space:
mode:
Diffstat (limited to 'inst/GUI/simple.R')
-rw-r--r--inst/GUI/simple.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/inst/GUI/simple.R b/inst/GUI/simple.R
index f3c9014f..a3035bb1 100644
--- a/inst/GUI/simple.R
+++ b/inst/GUI/simple.R
@@ -172,7 +172,7 @@ new_dataset_handler <- function(h, ...) {
empty_grid_handler <- function(h, ...) {
new.data = data.frame(
name = rep(observed.df[1, "Name"],
- each = ds[[ds.cur]]$replicates * ds[[ds.cur]]$sampling_times)
+ each = ds[[ds.cur]]$replicates * ds[[ds.cur]]$sampling_times),
time = c(0, 1),
value = NA,
override = "NA",

Contact - Imprint