Update of /cvsroot/pure-data/externals/nusmuk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12266
Modified Files: msd.h Log Message: fixed patches, improved error reporting
Index: msd.h =================================================================== RCS file: /cvsroot/pure-data/externals/nusmuk/msd.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** msd.h 3 May 2005 11:30:18 -0000 1.4 --- msd.h 3 May 2005 12:03:42 -0000 1.5 *************** *** 146,150 **** }
! static t_float dist(const Mass &m1,const Mass &m2) { if(N == 1) --- 146,150 ---- }
! static inline t_float dist(const Mass &m1,const Mass &m2) { if(N == 1) *************** *** 367,371 **** { if(argc != 3+N) { ! error("mass : Id mobile mass X"); return; } --- 367,371 ---- { if(argc != 3+N) { ! error("mass : Id mobile mass X%s%s",N >= 2?" Y":"",N >= 3?" Z":""); return; }