diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2014-08-24 17:56:05 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2014-08-24 17:56:05 +0000 |
commit | 0d02903290a4fcaba73895521ecef42f4b4ca1e6 (patch) | |
tree | 3c5dd62bc0fd1beb8b232ceb9cebb206c4501211 | |
parent | 031119f7eba0cc5af1d2b64e9f580570db4cb008 (diff) |
add few test possibilities
svn path=/trunk/externals/pmpd/; revision=17335
-rw-r--r-- | pmpd2d_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pmpd2d_test.c b/pmpd2d_test.c index 54c8023..c1d3114 100644 --- a/pmpd2d_test.c +++ b/pmpd2d_test.c @@ -1,5 +1,7 @@ int test_2d_mass(int i, t_pmpd2d *x, int argc, t_atom *argv) { +// TODO : check arg number and type befor using them + t_float tmp; t_int j = 1, k; while (j < argc) |