mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
fixed damn source_R
This commit is contained in:
parent
91cf9658d2
commit
1e14ba6d69
@ -225,7 +225,7 @@ ParseRet parseInitValues(char **argv, RuntimeParameters ¶ms) {
|
||||
params.init_params = init_params_;
|
||||
|
||||
global_rt_setup = std::make_unique<Rcpp::List>();
|
||||
*global_rt_setup = source(runtime_file, Rcpp::Named("local", true));
|
||||
*global_rt_setup = source_R(runtime_file, Rcpp::Named("local", true));
|
||||
*global_rt_setup = global_rt_setup->operator[]("value");
|
||||
|
||||
// MDL add "out_ext" for output format to R setup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user