IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38496


Ignore:
Timestamp:
Jun 19, 2015, 9:03:14 AM (11 years ago)
Author:
eugene
Message:

use ohana_memcheck not ohana_memcheck_func

Location:
branches/eam_branches/ipp-20150616/Ohana/src/addstar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150616/Ohana/src/addstar/Makefile

    r38483 r38496  
    3737mkcmf        : $(BIN)/mkcmf.$(ARCH)
    3838
    39 all: addstar addstar_client sedstar load2mass loadgalphot loadstarpar loadstarpar_client loadICRF loadICRF_client skycells mkcmf loadwise loadtycho loadsupercos dumpskycells findskycell
    40 
    41 INSTALL = addstar addstar_client sedstar load2mass loadgalphot loadstarpar loadstarpar_client loadICRF loadICRF_client skycells mkcmf loadwise loadtycho loadsupercos dumpskycells findskycell
     39all: addstar addstar_client sedstar load2mass loadstarpar loadstarpar_client loadICRF loadICRF_client skycells mkcmf loadwise loadtycho loadsupercos dumpskycells findskycell
     40
     41INSTALL = addstar addstar_client sedstar load2mass loadstarpar loadstarpar_client loadICRF loadICRF_client skycells mkcmf loadwise loadtycho loadsupercos dumpskycells findskycell
    4242
    4343# I need to fix the client/server version of addstar now that I have dropped Stars
  • branches/eam_branches/ipp-20150616/Ohana/src/addstar/src/ReadStarsUKIRT.c

    r38467 r38496  
    1616  Stars *stars;
    1717 
    18   // ohana_memcheck_func (TRUE);
    19 
    2018  // the FITS binary table header is the same as the image header
    2119  table.header = header;
     
    3028    exit (1);
    3129  }
    32 
    33   // ohana_memcheck_func (TRUE);
    3430
    3531  Coords coords;
     
    110106  }
    111107
    112   // ohana_memcheck_func (TRUE);
     108  // ohana_memcheck (TRUE);
    113109
    114110  double mjd;
     
    129125  float ZeroPt = GetZeroPoint();
    130126
    131   // ohana_memcheck_func (TRUE);
     127  // ohana_memcheck (TRUE);
    132128
    133129  // create a Star entry for each filter and detection
     
    155151  double R, D, alt, az;
    156152
    157   // ohana_memcheck_func (TRUE);
     153  // ohana_memcheck (TRUE);
    158154
    159155  int i;
     
    204200    int N = *nimages;
    205201   
    206     // ohana_memcheck_func (TRUE);
     202    // ohana_memcheck (TRUE);
    207203
    208204    images[N].coords = coords;
     
    258254  }
    259255 
    260   // ohana_memcheck_func (TRUE);
     256  // ohana_memcheck (TRUE);
    261257
    262258  *nstars = Nstars;
Note: See TracChangeset for help on using the changeset viewer.