comparison src/DLD-FUNCTIONS/__magick_read__.cc @ 14501:60e5cf354d80

Update %!tests in DLD-FUNCTIONS/ directory with Octave coding conventions. * __contourc__.cc, __delaunayn__.cc, __dispatch__.cc, __dsearchn__.cc, __fltk_uigetfile__.cc, __glpk__.cc, __lin_interpn__.cc, __magick_read__.cc, __pchip_deriv__.cc, __qp__.cc, __voronoi__.cc, besselj.cc, betainc.cc, bsxfun.cc, cellfun.cc, chol.cc, conv2.cc, convhulln.cc, dassl.cc, det.cc, dlmread.cc, dmperm.cc, dot.cc, eig.cc, eigs.cc, fft.cc, fft2.cc, filter.cc, find.cc, gammainc.cc, gcd.cc, givens.cc, hess.cc, hex2num.cc, inv.cc, kron.cc, lookup.cc, lsode.cc, lu.cc, luinc.cc, matrix_type.cc, max.cc, mgorth.cc, nproc.cc, qr.cc, quad.cc, quadcc.cc, qz.cc, rand.cc, rcond.cc, regexp.cc, schur.cc, spparms.cc, sqrtm.cc, str2double.cc, strfind.cc, sub2ind.cc, svd.cc, syl.cc, time.cc, tril.cc, tsearch.cc: Update %!tests in DLD-FUNCTIONS/ directory with Octave coding conventions.
author Rik <octave@nomad.inbox5.com>
date Tue, 27 Mar 2012 22:46:45 -0700
parents 47a5e29ecc0b
children 460a3c6d8bf1
comparison
equal deleted inserted replaced
14498:36cfbd23fe9f 14501:60e5cf354d80
531 531
532 return output; 532 return output;
533 } 533 }
534 534
535 /* 535 /*
536
537 ## No test needed for internal helper function. 536 ## No test needed for internal helper function.
538 %!assert (1) 537 %!assert (1)
539
540 */ 538 */
541 539
542 #ifdef HAVE_MAGICK 540 #ifdef HAVE_MAGICK
543 541
544 static void 542 static void
923 921
924 return retval; 922 return retval;
925 } 923 }
926 924
927 /* 925 /*
928
929 ## No test needed for internal helper function. 926 ## No test needed for internal helper function.
930 %!assert (1) 927 %!assert (1)
931
932 */ 928 */
933 929
934 #ifdef HAVE_MAGICK 930 #ifdef HAVE_MAGICK
935 931
936 template<class T> 932 template<class T>
1148 1144
1149 return retval; 1145 return retval;
1150 } 1146 }
1151 1147
1152 /* 1148 /*
1153
1154 ## No test needed for internal helper function. 1149 ## No test needed for internal helper function.
1155 %!assert (1) 1150 %!assert (1)
1156
1157 */ 1151 */
1158 1152
1159 #undef GET_PARAM 1153 #undef GET_PARAM
1160 1154
1161 // Determine the file formats supported by GraphicsMagick. This is 1155 // Determine the file formats supported by GraphicsMagick. This is
1215 1209
1216 return retval; 1210 return retval;
1217 } 1211 }
1218 1212
1219 /* 1213 /*
1220
1221 ## No test needed for internal helper function. 1214 ## No test needed for internal helper function.
1222 %!assert (1) 1215 %!assert (1)
1223
1224 */ 1216 */