[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.6 and 1.7

version 1.6, 2018/06/07 11:13:05 version 1.7, 2018/06/07 11:49:51
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/ox_gsl/ox_gsl.h,v 1.5 2018/04/06 01:56:49 takayama Exp $  /* $OpenXM: OpenXM/src/ox_gsl/ox_gsl.h,v 1.6 2018/06/07 11:13:05 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 19  int main();
Line 19  int main();
   
 double get_double();  double get_double();
 double *get_double_list(int *length);  double *get_double_list(int *length);
   // They will be replaced by the following functions.
   double cmo2double(cmo *c);
   double *cmo2double_list(int *length,cmo *c);
   
 void init_gc();  void init_gc();
 void *gc_realloc(void *p,size_t osize,size_t nsize);  void *gc_realloc(void *p,size_t osize,size_t nsize);

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

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