diff options
| author | ziejd2 | 2018-04-25 16:43:19 -0500 |
|---|---|---|
| committer | ziejd2 | 2018-04-25 16:43:19 -0500 |
| commit | 74b673ba4a706085201a5610b938ff98f08f641d (patch) | |
| tree | cb39006ea1a39499e00dbbb0e0097087a4567031 /sourcecodes/execute_bn_gom.php | |
| parent | a781cb1ff2e7ae6de0f686bd02cd279261485b1e (diff) | |
| download | BNW-74b673ba4a706085201a5610b938ff98f08f641d.tar.gz | |
Bug fixes, code comments, and minor changes
Diffstat (limited to 'sourcecodes/execute_bn_gom.php')
| -rw-r--r-- | sourcecodes/execute_bn_gom.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sourcecodes/execute_bn_gom.php b/sourcecodes/execute_bn_gom.php index d9f2bc93..f91d4bd7 100644 --- a/sourcecodes/execute_bn_gom.php +++ b/sourcecodes/execute_bn_gom.php @@ -79,15 +79,6 @@ for($i=1;$i<=$n;$i++) fwrite($fout,"$endstring"); fclose($fout); -//$file1="./data/".$keyval."run_initialstructure.sh"; -//$initiallines=file_get_contents("./data/temp_shell_file_initial_structure"); -//$all_lines="$initiallines"."$keyval\nfi\nexit"; -//$fp = fopen($file1,"w"); -//fwrite($fp, "$all_lines\n"); -//fclose($fp); -//prepare and execute shell script for matlab with a write lock -//$cmd="./runmat.sh $keyval"; -//system($cmd); shell_exec('./run_octave '.$keyval); |
