changeset 10640:472077da8a19 octave-forge

remove matlab style sc operator
author cdf
date Sun, 05 Aug 2012 05:43:16 +0000
parents 9b741631346c
children b018466ab280
files extra/fpl/inst/deprecated/FPL2dxappenddata.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/fpl/inst/deprecated/FPL2dxappenddata.m	Sat Aug 04 21:25:55 2012 +0000
+++ b/extra/fpl/inst/deprecated/FPL2dxappenddata.m	Sun Aug 05 05:43:16 2012 +0000
@@ -63,7 +63,7 @@
 
   fprintf(fid,'\nattribute "element type" string "triangles"\nattribute "ref" string "positions"\n\n');
 
-  if ((attr_rank==0) & (min(size(u))==1))
+  if ((attr_rank==0) && (min(size(u))==1))
     fprintf(fid,'object "%s.data"\nclass array type double rank 0 items %d data follows',attr_name,Nnodi);
 	    fprintf(fid,'\n %1.7e',u);
 		  else