Skip to content
Snippets Groups Projects
Commit a098ab4b authored by Todor Kondic's avatar Todor Kondic
Browse files

state: refresh_state: New function.

parent 205a6005
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ export(get_fn_summ) ...@@ -15,6 +15,7 @@ export(get_fn_summ)
export(get_rt_interval) export(get_rt_interval)
export(get_val_unit) export(get_val_unit)
export(grab_unit) export(grab_unit)
export(import_project)
export(list2rev) export(list2rev)
export(load_compound_input) export(load_compound_input)
export(load_data_input) export(load_data_input)
...@@ -32,6 +33,7 @@ export(plot_struct) ...@@ -32,6 +33,7 @@ export(plot_struct)
export(plot_struct_nowrap) export(plot_struct_nowrap)
export(prescreen) export(prescreen)
export(read_rt) export(read_rt)
export(refresh_state)
export(report) export(report)
export(rev2list) export(rev2list)
export(rt_input) export(rt_input)
......
...@@ -111,6 +111,7 @@ import_project <- function(project) { ...@@ -111,6 +111,7 @@ import_project <- function(project) {
##' @export ##' @export
refresh_state <- function(m) { refresh_state <- function(m) {
m$run <- new_runtime_state(m$run$project,conf=m$conf) m$run <- new_runtime_state(m$run$project,conf=m$conf)
m
} }
##' @export ##' @export
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment