[PD-cvs] externals/nusmuk msd.h,1.4,1.5

Thomas Grill xovo at users.sourceforge.net
Tue May 3 14:03:44 CEST 2005


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;
  		}





More information about the Pd-cvs mailing list