IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4562


Ignore:
Timestamp:
Jul 14, 2005, 5:37:48 PM (21 years ago)
Author:
Paul Price
Message:

Read only the number of stamps in the x direction.

File:
1 edited

Legend:

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

    r4557 r4562  
    1313
    1414    if (stamps == NULL) {
    15         stamps = psArrayAlloc(config->nsx * config->nsy);
     15        stamps = psArrayAlloc(config->nsx);
    1616        // Initialise
    1717        for (int i = 0; i < config->nsx * config->nsy; i++) {
Note: See TracChangeset for help on using the changeset viewer.