From 74b673ba4a706085201a5610b938ff98f08f641d Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Wed, 25 Apr 2018 16:43:19 -0500 Subject: Bug fixes, code comments, and minor changes --- sourcecodes/execute_bn_gom.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sourcecodes/execute_bn_gom.php') 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); -- cgit 1.4.1