IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 21, 2006, 12:23:58 AM (21 years ago)
Author:
Paul Price
Message:

Working, but leaks memory something chronic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/astrom/pmFPARead.c

    r6080 r6124  
    161161
    162162    // Read in....
    163     psTrace(__func__, 1, "Working on FPA...\n");
     163    psTrace(__func__, 1, "Reading FPA...\n");
    164164    if (fpa->hdu) {
    165165        hdu = fpa->hdu;
     
    217217                }
    218218            }
     219            psTrace(__func__, 5, "Reading concepts for cell %d...\n", j);
    219220            pmConceptsReadCell(cell, db);
    220221
    221             psTrace(__func__, 5, "Allocating readouts for chip %d cell %d...\n",
    222                     i, j);
     222            psTrace(__func__, 5, "Allocating readouts for chip %d cell %d...\n", i, j);
    223223            generateReadouts(cell, hdu);
    224224
     
    227227        chip->exists = true;
    228228    }
     229
     230    psTrace(__func__, 1, "Done reading FPA...\n");
    229231
    230232    return true;
Note: See TracChangeset for help on using the changeset viewer.