diff options
| author | ziejd2 | 2019-01-28 16:31:54 -0600 |
|---|---|---|
| committer | ziejd2 | 2019-01-28 16:31:54 -0600 |
| commit | bb9d93322abf825368dedaafc2376ef8fdfc1e2f (patch) | |
| tree | 10b9b3dd405d8a73aa4784e313525159cade3f3b /sourcecodes/add_inv_example.php | |
| parent | c4949358bfeecdac35802f8369f4f97a21e5fddb (diff) | |
| download | BNW-bb9d93322abf825368dedaafc2376ef8fdfc1e2f.tar.gz | |
Jan 28 2019 update
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); |
