diff options
Diffstat (limited to 'sourcecodes/add_inv_example.php')
| -rw-r--r-- | sourcecodes/add_inv_example.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcecodes/add_inv_example.php b/sourcecodes/add_inv_example.php index a3e0f87d..74c8547c 100644 --- a/sourcecodes/add_inv_example.php +++ b/sourcecodes/add_inv_example.php @@ -201,7 +201,7 @@ structure_change($keyval); //execute shell script for matlab // $cmd="./runmat_inv.sh $keyval"; // system($cmd); -shell_exec('./run_octave_inv '.$keyval); +shell_exec('./run_scripts/run_octave_inv '.$keyval); |
