IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2004, 9:10:51 AM (22 years ago)
Author:
desonia
Message:

fixed code so that tests were relocatable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psTime.c

    r2112 r2151  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-10-14 03:02:30 $
     13 *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-10-15 19:10:50 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2828#include "psImage.h"
    2929#include "psCoord.h"
     30#include "psString.h"
    3031
    3132#include "psAstronomyErrors.h"
     
    3334#ifndef SER7_FILE
    3435#define SER7_FILE "../../data/ser7.dat"
     36#pragma warning SER7_FILE was not defined in the makefile.
    3537#endif
    3638
    3739#ifndef TAIUTC_FILE
    3840#define TAIUTC_FILE "../../data/tai-utc.dat"
     41#pragma warning TAIUTC_FILE was not defined in the makefile.
    3942#endif
    4043
Note: See TracChangeset for help on using the changeset viewer.