IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2005, 2:15:17 PM (21 years ago)
Author:
Paul Price
Message:

Fixing bug in initialisation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/poisReadStamps.c

    r4562 r4569  
    1515        stamps = psArrayAlloc(config->nsx);
    1616        // Initialise
    17         for (int i = 0; i < config->nsx * config->nsy; i++) {
     17        for (int i = 0; i < config->nsx; i++) {
    1818            stamps->data[i] = poisStampAlloc();
    1919        }
Note: See TracChangeset for help on using the changeset viewer.