about summary refs log tree commit diff
path: root/sourcecodes/mat_structure.php
diff options
context:
space:
mode:
authorziejd22021-02-24 15:19:03 -0600
committerziejd22021-02-24 15:19:03 -0600
commit1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0 (patch)
treed4356879a9b0a3d44063a6b292ef0197173697af /sourcecodes/mat_structure.php
parenta2b306b10fb07f07c63235861ccfe460153e8609 (diff)
downloadBNW-1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0.tar.gz
Moving final GENENET8 version to master
Diffstat (limited to 'sourcecodes/mat_structure.php')
-rw-r--r--sourcecodes/mat_structure.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/sourcecodes/mat_structure.php b/sourcecodes/mat_structure.php
index c1f0d82b..29bdb854 100644
--- a/sourcecodes/mat_structure.php
+++ b/sourcecodes/mat_structure.php
@@ -2,8 +2,7 @@
 function structure_change($keyval)
 {
   //$dir="./data/";
-//$dir="/tmp/bnw/";
-$dir="/var/lib/genenet/bnw/";
+$dir="/tmp/bnw/";
 $matfile=$dir.$keyval."varname.txt";
 $namelist=file_get_contents("$matfile");
 $matfilestruct=$dir.$keyval."structure_input.txt";
@@ -77,4 +76,4 @@ for($l=0;$l<=$i;$l++)
 //return $matfilestruct;
 }
 
-?>
+?>
\ No newline at end of file