From: <cd...@us...> - 2012-08-05 05:43:23
|
Revision: 10826 http://octave.svn.sourceforge.net/octave/?rev=10826&view=rev Author: cdf Date: 2012-08-05 05:43:16 +0000 (Sun, 05 Aug 2012) Log Message: ----------- remove matlab style sc operator Modified Paths: -------------- trunk/octave-forge/extra/fpl/inst/deprecated/FPL2dxappenddata.m Modified: trunk/octave-forge/extra/fpl/inst/deprecated/FPL2dxappenddata.m =================================================================== --- trunk/octave-forge/extra/fpl/inst/deprecated/FPL2dxappenddata.m 2012-08-04 21:25:55 UTC (rev 10825) +++ trunk/octave-forge/extra/fpl/inst/deprecated/FPL2dxappenddata.m 2012-08-05 05:43:16 UTC (rev 10826) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |