slaPrebn -   
 SYNOPSYS 
 void  slaPrebn(bep0, bep1, rmatp)
 PARAMETERS 
-   double  bep0 
 
-  
 
-   double  bep1 
 
-  
 
-   double ( *rmatp 
 
-  
 
 DESCRIPTION 
  Generate the matrix of precession between two epochs,
  using the old, pre-IAU1976, Bessel-Newcomb model, using
  Kinoshita's formulation (double precision)
 Given
     BEP0    double        beginning Besselian epoch
     BEP1    double        ending Besselian epoch
 Returned
     RMATP   double[3][3]  precession matrix
  The matrix is in the sense   v(bep1)  =  rmatp * v(bep0)
 Reference
     Kinoshita, H. (1975) 'Formulas for precession', SAO Special
     Report No. 364, Smithsonian Institution Astrophysical
     Observatory, Cambridge, Massachusetts.
 Called 
 slaDeuler
  Defined in slamac.h:  DAS2R
  P.T.Wallace   Starlink   30 October 1993
 SEE ALSO