IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16048


Ignore:
Timestamp:
Jan 8, 2008, 4:10:42 PM (18 years ago)
Author:
eugene
Message:

changed name of pmPeakTest to psMemCheckPeak for consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/pmFootprint.c

    r14655 r16048  
    762762   // Set stop bits from peaks list
    763763   //
    764    assert (peaks == NULL || peaks->n == 0 || pmPeakTest(peaks->data[0]));
     764   assert (peaks == NULL || peaks->n == 0 || psMemCheckPeak(peaks->data[0]));
    765765   if (peaks != NULL) {
    766766       for (int i = 0; i < peaks->n; i++) {
     
    10341034    assert (footprints->n == 0 || pmFootprintTest(footprints->data[0]));
    10351035    assert (peaks != NULL);
    1036     assert (peaks->n == 0 || pmPeakTest(peaks->data[0]));
     1036    assert (peaks->n == 0 || psMemCheckPeak(peaks->data[0]));
    10371037   
    10381038    if (footprints->n == 0) {
Note: See TracChangeset for help on using the changeset viewer.