about summary refs log tree commit diff
path: root/sourcecodes/runtime_check.php
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/runtime_check.php')
-rw-r--r--sourcecodes/runtime_check.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/sourcecodes/runtime_check.php b/sourcecodes/runtime_check.php
index d8c30bb7..300a197f 100644
--- a/sourcecodes/runtime_check.php
+++ b/sourcecodes/runtime_check.php
@@ -4,8 +4,8 @@ function exe_time($keyval,$parent_number,$k_number)
 {
 
   //$dir="./data/";
-  //$dir="/tmp/bnw/";
-  $dir="/var/lib/genenet/bnw/";
+  $dir="/tmp/bnw/";
+
 
 $nrf = $dir.$keyval."nrows.txt";
 $nrows=trim(file_get_contents("$nrf"));
@@ -62,4 +62,4 @@ $totaltime=$local*($nrows/100)+$k_time+12;
 //return $max_parent_row[$node];
 return $totaltime;
 
-}
+}
\ No newline at end of file