IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42778


Ignore:
Timestamp:
Dec 29, 2024, 4:21:41 PM (19 months ago)
Author:
eugene
Message:

minor changes to comments and debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-ppmerge-20241229/ppMerge/src/ppMergeLoop.c

    r42776 r42778  
    281281                psAssert (fileGroups->n > 0, "no valid file groups defined");
    282282                fileGroup = fileGroups->data[0];
     283
    283284                if (!pmDarkCombinePrepare(outCell, fileGroup->readouts, darkOrdinates, darkNorm)) {
    284285                    goto ERROR;
     
    295296                psAbort("Should never get here.");
    296297            }
    297             // XXX EAM : for testing purposes
    298298            fprintf (stderr, "after pmDarkCombinePrepare / pmReadoutCombinePrepare:\n");
    299299            psMemStats(true, NULL, NULL);
     
    313313                    break;
    314314                }
    315 
    316                
    317315
    318316                // Start a job
     
    552550            }
    553551
    554             pmFPAfileIOList (config);
     552            // pmFPAfileIOList (config);
    555553        }
    556554
Note: See TracChangeset for help on using the changeset viewer.