Mon Feb  5 10:10:34 2001  Robert Karban  <rkarban@te30.hq.eso.org>

	* update sla to 2001-01-01 version of P.Wallace, that is needed by IPHASE

Mon Feb 05 10:03:47 2001 <rkarban@te13.hq.eso.org>  sla version: 1.17 
Mon Oct 16 15:05:02 2000  Robert Karban  <rkarban@te30.hq.eso.org>

	* sources/addVltIncludeHeader (TEMPLATE): use h-file template to
	get correct header

Mon Oct 16 15:03:56 2000 <rkarban@te13.hq.eso.org>  sla version: 1.16 
Mon Oct 16 14:32:22 2000  Robert Karban  <rkarban@te30.hq.eso.org>

	* ws/include/slamac.h: comment extern "C" since it gives problems
	when used in dbl files. Will be fixed with next slalib version.

Mon Oct 16 14:30:00 2000 <rkarban@te13.hq.eso.org>  sla version: 1.15 
Thu Oct  5 14:05:06 2000  Robert Karban  <rkarban@te30.hq.eso.org>

	* rename src to sources since otherwise pkgin wants to compile it
	which is not possible

Sun Aug 30 11:21:52 1998  Gianluca Chiozzi  <gchiozzi@te13.hq.eso.org>

	* test/Makefile (TESTLIBS): Fixed obsolete reference to libslalib
	(now libsla) 

Tue Nov 18 14:08:11 1997  Robert Karban  <rkarban@te16.hq.eso.org>

	* src/refro.c (( double zobs, double hm, double tdk, double pmb,
                double rh, double wl, double phi, double tlr,
                double eps, double *ref ):
 	remove static keyword from local variables, otherwise it's not
	reentrant

Wed Jun  4 17:11:13 1997  Gianluca Chiozzi  <gchiozzi@te16.hq.eso.org>

	* src/Makefile: Added entries for include files in ASCII_TO_MIF

Tue Apr 15 17:19:22 1997  Robert Karban  <rkarban@te16.hq.eso.org>

	* add automatic patch scripts for sla in sla/src
	* rename slalib to sla. this gives libsla.a instead of libslalib.a

Thu Mar  7 14:15:05 1996  Michael Nastvogel-Woerz  <mnastvog@te13.hq.eso.org>

	* Retrofitted test programs into ws test directory.
          Enhanced test program x_cl to use also parallax and radial
	  velocity.
          Added new program x_jp to use the data set provided by Jeff
	  Percival (usno.fk5.app.dat).
          It turns out that this is much more fitting in the comparison
          of calculated and reference values. Maybe the Heidelberg data
	  were screwed up (or we have a bug in slalib which also is in the
          calculation program for the apparent places of usno).

Thu Jul 25 09:19:58 1996  Gianluca Chiozzi  <gchiozzi@te61.hq.eso.org>

	* src/Makefile,v 1.6: Added slalib.boot as script.
	File slalib.boot moved here from ws section

Mon Dec 18 15:57:41 1995  Gianluca Chiozzi  <gchiozzi@te49.hq.eso.org>

	* Changed rcsid for GCC 2.7


Wed Dec 13 11:29:31 1995  Gianluca Chiozzi  <gchiozzi@te13>

	* src/aopqk.c (( double rap, double dap, double aoprms[14],
                double *aob, double *zob, double *hob,
                double *dob, double *rob )

    GCC 2.7 generates a strange warning that seems to me a real bug:

      aopqk.c: In function `slaAopqk':
      aopqk.c:140: warning: unused variable `zbreak'

    but the variable cannot be really unused, since there is a big comment
    around it!!!!!!!

    This must be checked

    /*
     * The original zbreak was at 13.9 deg.
     * To avoid unacceptably high CPU loads the limit has been altered to 7 deg
     * accepting a the inaccuracy. 7 deg is well below the limits of
     * VLT and NTT.
     *
     * static double zbreak = 0.242535625;
     */

      static double zbreak = DD2R * 7;

