IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2065


Ignore:
Timestamp:
Oct 12, 2004, 1:22:05 PM (22 years ago)
Author:
gusciora
Message:

temporary file

Location:
trunk/psLib/test/astronomy
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/Makefile

    r2064 r2065  
    33##  Makefile:   test/astronomy
    44##
    5 ##  $Revision: 1.16 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-10-12 23:06:08 $
     5##  $Revision: 1.17 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-10-12 23:22:05 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3030         tst_psAstrometry \
    3131         tst_psAstrometry01 \
    32          tst_psAstrometry02
     32         tst_psAstrometry02 \
     33         tst_psAstrometry03
    3334
    3435OBJS = $(addprefix builddir/,$(addsuffix .o,$(TARGET)))
  • trunk/psLib/test/astronomy/tst_psAstrometry02.c

    r2064 r2065  
    22#include "pslib.h"
    33static int test1( void );
    4 
    54testDescription tests[] = {
    65                              {test1, 0000, "Hey", 0, false},
     
    6665        psFree(chips[i]);
    6766    }
    68 
    6967    return(0);
    7068}
Note: See TracChangeset for help on using the changeset viewer.