[PD-cvs] externals/ann/src ann_mlp.c, 1.11, 1.12 ann_som.c, 1.6, 1.7 ann_td.c, 1.8, 1.9

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Dec 29 18:39:58 CET 2006


Update of /cvsroot/pure-data/externals/ann/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22469/src

Modified Files:
	ann_mlp.c ann_som.c ann_td.c 
Log Message:
changed to follow help file standard

Index: ann_mlp.c
===================================================================
RCS file: /cvsroot/pure-data/externals/ann/src/ann_mlp.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ann_mlp.c	22 Oct 2005 11:29:35 -0000	1.11
--- ann_mlp.c	29 Dec 2006 17:39:56 -0000	1.12
***************
*** 748,754 ****
  	class_addlist(ann_mlp_class, (t_method)ann_mlp_manage_list);
  
- 	// help patch
- 	class_sethelpsymbol(ann_mlp_class, gensym("help-ann_mlp"));
- 
  
  }
--- 748,751 ----

Index: ann_td.c
===================================================================
RCS file: /cvsroot/pure-data/externals/ann/src/ann_td.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ann_td.c	29 Jun 2005 22:17:37 -0000	1.8
--- ann_td.c	29 Dec 2006 17:39:56 -0000	1.9
***************
*** 659,665 ****
  	class_addlist(ann_td_class, (t_method)ann_td_manage_list);
  
- 	// help patch
- 	class_sethelpsymbol(ann_td_class, gensym("help-ann_td"));
- 
  
  }
--- 659,662 ----

Index: ann_som.c
===================================================================
RCS file: /cvsroot/pure-data/externals/ann/src/ann_som.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ann_som.c	19 May 2005 14:07:23 -0000	1.6
--- ann_som.c	29 Dec 2006 17:39:56 -0000	1.7
***************
*** 759,763 ****
    class_addmethod(som_class, (t_method)som_print, gensym("print"), 0);
    class_addmethod(som_class, (t_method)som_help, gensym("help"), 0);
-   class_sethelpsymbol(som_class, gensym("som"));
  
  }
--- 759,762 ----





More information about the Pd-cvs mailing list