diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-13 11:56:19 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-13 11:56:19 +0000 |
commit | fd88e3c54a2cd3d16c944d5c23bc5a29047a9b91 (patch) | |
tree | c7922cccee5836447a5dd7100fc15806a5a66620 | |
parent | 04f32a493d504f4857ef10cdae1a627545e5d5da (diff) |
added warning-post about future changes
svn path=/trunk/externals/iem/iemmatrix/; revision=3706
-rw-r--r-- | src/mtx_fill.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mtx_fill.c b/src/mtx_fill.c index 8e07897..fb97041 100644 --- a/src/mtx_fill.c +++ b/src/mtx_fill.c @@ -157,6 +157,7 @@ static void *newMTXFill (t_symbol *s, int argc, t_atom *argv) mtx_fill_obj->fill_startrow = 1; 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")) mTXFillIndexMatrix (mtx_fill_obj, s, argc-1, argv+1); |