# HG changeset patch # User cdf # Date 1344145396 0 # Node ID 472077da8a19249fcbb1e7f126a7914d12d755c9 # Parent 9b741631346c546838d643314444495d0b826579 remove matlab style sc operator diff -r 9b741631346c -r 472077da8a19 extra/fpl/inst/deprecated/FPL2dxappenddata.m --- 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