about summary refs log tree commit diff
path: root/sourcecodes/execute_bn_gom.php
diff options
context:
space:
mode:
authorziejd22018-04-25 16:43:19 -0500
committerziejd22018-04-25 16:43:19 -0500
commit74b673ba4a706085201a5610b938ff98f08f641d (patch)
treecb39006ea1a39499e00dbbb0e0097087a4567031 /sourcecodes/execute_bn_gom.php
parenta781cb1ff2e7ae6de0f686bd02cd279261485b1e (diff)
downloadBNW-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.php9
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);