diff options
Diffstat (limited to 'sourcecodes/mat_structure.php')
| -rw-r--r-- | sourcecodes/mat_structure.php | 5 |
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 |
