From: Jorge G. <cl...@us...> - 2006-09-22 15:06:38
|
Update of /cvsroot/easycalc/easycalc/include In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5686/include Modified Files: cmatrix.h Log Message: matrix[i] returns row i of matrix in a list Index: cmatrix.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/cmatrix.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** cmatrix.h 12 Sep 2006 19:40:55 -0000 1.9 --- cmatrix.h 22 Sep 2006 15:06:32 -0000 1.10 *************** *** 45,48 **** --- 45,49 ---- CError cmatrix_func(Functype *func,CodeStack *stack) MATFUNC; CError cmatrix_dim(Functype *func, CodeStack *stack) MATFUNC; + CError cmatrix_item(Functype *func, CodeStack *stack) MATFUNC; #endif |