[BACK]Return to ox_gsl.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_gsl

Diff for /OpenXM/src/ox_gsl/ox_gsl.h between version 1.5 and 1.6

version 1.5, 2018/04/06 01:56:49 version 1.6, 2018/06/07 11:13:05
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/ox_gsl/ox_gsl.h,v 1.4 2018/04/04 01:03:59 takayama Exp $  /* $OpenXM: OpenXM/src/ox_gsl/ox_gsl.h,v 1.5 2018/04/06 01:56:49 takayama Exp $
 */  */
 // Todo, misc-2017/A3/kanazawa/ox_gsl.h.for_obj  // Todo, misc-2017/A3/kanazawa/ox_gsl.h.for_obj
 #include <fcntl.h>  #include <fcntl.h>
Line 49  void test_ox_eval();
Line 49  void test_ox_eval();
 int eval_cmo(cmo *c,double *retval);  int eval_cmo(cmo *c,double *retval);
 int register_entry(char *s,double v);  int register_entry(char *s,double v);
 void init_dic();  void init_dic();
   
   cmo *element_of_at(cmo *list,int k);
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>