[PD-cvs] externals/iem/iemmatrix/src mtx_fill.c,1.1,1.2

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Thu Oct 13 13:56:21 CEST 2005


Update of /cvsroot/pure-data/externals/iem/iemmatrix/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25987

Modified Files:
	mtx_fill.c 
Log Message:
added warning-post about future changes


Index: mtx_fill.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_fill.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mtx_fill.c	19 Sep 2005 14:47:49 -0000	1.1
--- mtx_fill.c	13 Oct 2005 11:56:19 -0000	1.2
***************
*** 158,161 ****
--- 158,162 ----
     mtx_fill_obj->fill_startcol = 1;
     mtx_fill_obj->fill_type = FILL_SUBMATRIX;
+    error("[mtx_fill]: this object _might_ change in the future!");
     if (argc) {
        if (atom_getsymbol(argv)==gensym("matrix")) 





More information about the Pd-cvs mailing list