Listing 2 (SRF_TRNS.H)

/*****************************************************
             Name:  SRF_TRNS.H
       Description:  Include file for SRF_TRAN.C
       Portability:  Standard C
*****************************************************/
#ifndef SRF_TRNS_DEFINED
   void srf_rotate( double **Co, double **Cr,
        double **R );
   void srf_trans( double **Co, double *T );
   #define SRF_TRNS_DEFINED
#endif
/* End of File */