[BACK]Return to fit.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Diff for /OpenXM_contrib/gnuplot/Attic/fit.h between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2000/01/22 14:15:55 version 1.1.1.3, 2003/09/15 07:09:23
Line 1 
Line 1 
 /* $Id$ */  /* $Id$ */
   
   /* GNUPLOT - fit.h */
   
   /*  NOTICE: Change of Copyright Status
    *
    *  The author of this module, Carsten Grammes, has expressed in
    *  personal email that he has no more interest in this code, and
    *  doesn't claim any copyright. He has agreed to put this module
    *  into the public domain.
    *
    *  Lars Hecking  15-02-1999
    */
   
 /*  /*
  *      Header file: public functions in fit.c   *      Header file: public functions in fit.c
  *   *
Line 19 
Line 31 
  */   */
   
   
 #ifndef FIT_H           /* avoid multiple inclusions */  #ifndef GNUPLOT_FIT_H           /* avoid multiple inclusions */
 #define FIT_H  #define GNUPLOT_FIT_H
   
 #ifdef EXT  #ifdef EXT
 #undef EXT  #undef EXT

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3

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