IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 26, 2009, 1:27:21 PM (17 years ago)
Author:
Paul Price
Message:

Adding version information.

Location:
trunk/ppMops
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMops

    • Property svn:ignore set to
      configure
      Makefile.in
      config.log
      config.status
      depcomp
      config.guess
      config.sub
      ltmain.sh
      libtool
      autom4te.cache
      missing
      Makefile
      aclocal.m4
      install-sh
  • trunk/ppMops/src

    • Property svn:ignore set to
      Makefile.in
      stamp-h1
      config.h
      config.h.in
      ppMopsVersionDefinitions.h
      .deps
      Makefile
      ppMops
  • trunk/ppMops/src/ppMopsData.c

    r24241 r24242  
    1111{
    1212    psFree(data->detections);
    13     psFree(data->astrometry);
    1413    psFree(data->output);
    1514    return;
     
    2221
    2322    data->detections = NULL;
    24     data->astrometry = NULL;
     23    data->zp = NAN;
    2524    data->output = NULL;
    2625
Note: See TracChangeset for help on using the changeset viewer.