From 7d4780c91c33c3aa7e1663762783350935dc8d04 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Tue, 9 Apr 2013 10:43:54 +0000 Subject: add interactors to pmpd2d svn path=/trunk/externals/pmpd/; revision=17078 --- pmpd2d.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pmpd2d.c') diff --git a/pmpd2d.c b/pmpd2d.c index a1c8400..9fc0f4d 100644 --- a/pmpd2d.c +++ b/pmpd2d.c @@ -270,8 +270,8 @@ void pmpd2d_setup(void) Functions to add a global interaction with a specific shape */ - // class_addmethod(pmpd2d_class, (t_method)pmpd2d_iCircle, gensym("iCircle"), A_GIMME, 0); - // class_addmethod(pmpd2d_class, (t_method)pmpd2d_iLine, gensym("iLine"), A_GIMME, 0); + class_addmethod(pmpd2d_class, (t_method)pmpd2d_iCircle, gensym("iCircle"), A_GIMME, 0); + class_addmethod(pmpd2d_class, (t_method)pmpd2d_iLine, gensym("iLine"), A_GIMME, 0); /* pmpd2d_various -- cgit v1.2.1