=================================================================== RCS file: /home/cvs/OpenXM/src/ox_gsl/ox_gsl.h,v retrieving revision 1.7 retrieving revision 1.9 diff -u -p -r1.7 -r1.9 --- OpenXM/src/ox_gsl/ox_gsl.h 2018/06/07 11:49:51 1.7 +++ OpenXM/src/ox_gsl/ox_gsl.h 2020/11/01 10:28:22 1.9 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM/src/ox_gsl/ox_gsl.h,v 1.6 2018/06/07 11:13:05 takayama Exp $ +/* $OpenXM: OpenXM/src/ox_gsl/ox_gsl.h,v 1.8 2018/06/08 00:03:43 takayama Exp $ */ // Todo, misc-2017/A3/kanazawa/ox_gsl.h.for_obj #include @@ -54,4 +54,7 @@ int register_entry(char *s,double v); void init_dic(); cmo *element_of_at(cmo *list,int k); +int get_length(cmo *c); +void replace(int n, ...); +void replace2(int n, char *s[], double v[]);