diff options
-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) |