IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2021, 11:41:52 AM (5 years ago)
Author:
eugene
Message:

consolidate reset operations for clarity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/src/GridOps.c

    r41615 r41620  
    2929# define NY_BIN 2
    3030
    31 void initGridBins () {
     31void initGridBins (void) {
    3232
    3333  // allocate the full possible range of GridCorrectionType pointers, Nphotcode
     
    116116/* for GPC1, we have 60 chips, 5 filters, 16x16 grid cells = 2MB of memory for this stuff
    117117   if we go to 64x64 grid cells (~75 pixels), then it is still only 29MB */
    118 void initGrid () {
     118void initGrid (void) {
    119119
    120120  if (!GRID_ZEROPT) return;
Note: See TracChangeset for help on using the changeset viewer.