From c80226899f5cdd9f11c163817d59445213f5bef0 Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Wed, 14 Mar 2018 23:19:16 -0500 Subject: Separating Octave and php calculations --- sourcecodes/add_evd.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'sourcecodes/add_evd.php') diff --git a/sourcecodes/add_evd.php b/sourcecodes/add_evd.php index cba58632..191dc244 100644 --- a/sourcecodes/add_evd.php +++ b/sourcecodes/add_evd.php @@ -105,12 +105,16 @@ for($j=0;$j<$nn;$j++) $dt=$type_d[$s]; -if($dt==1) - $textdata=reversemap($sym,$textdata,$keyval); -else +//if($dt==1) +// $textdata=reversemap($sym,$textdata,$keyval); +//else +// $textdata=discretemap($textdata,$sym,$dmapdata); + +if($dt!=1) $textdata=discretemap($textdata,$sym,$dmapdata); + $ft=$dir."$keyval"."var.txt"; $f1=fopen("$ft","w"); $ft=$dir."$keyval"."vardata.txt"; -- cgit 1.4.1