diff options
| author | ziejd2 | 2021-02-24 15:19:03 -0600 |
|---|---|---|
| committer | ziejd2 | 2021-02-24 15:19:03 -0600 |
| commit | 1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0 (patch) | |
| tree | d4356879a9b0a3d44063a6b292ef0197173697af /sourcecodes/runtime_check.php | |
| parent | a2b306b10fb07f07c63235861ccfe460153e8609 (diff) | |
| download | BNW-1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0.tar.gz | |
Moving final GENENET8 version to master
Diffstat (limited to 'sourcecodes/runtime_check.php')
| -rw-r--r-- | sourcecodes/runtime_check.php | 6 |
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 |
