about summary refs log tree commit diff
path: root/sourcecodes/run_scripts/run_prep_input
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/run_scripts/run_prep_input')
-rw-r--r--sourcecodes/run_scripts/run_prep_input7
1 files changed, 2 insertions, 5 deletions
diff --git a/sourcecodes/run_scripts/run_prep_input b/sourcecodes/run_scripts/run_prep_input
index 4611d880..47503ce7 100644
--- a/sourcecodes/run_scripts/run_prep_input
+++ b/sourcecodes/run_scripts/run_prep_input
@@ -1,7 +1,4 @@
 #!/usr/bin/octave -qf
-cd ./data
-arg_list = argv(); 
-addpath("../bnt-master");
-addpath(genpathKPM("../bnt-master"));
-addpath("../parameter_learning");
+source("./run_scripts/path_cd.m");
+arg_list = argv();
 prepareInput(arg_list{1});