IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2006, 2:27:29 PM (20 years ago)
Author:
Paul Price
Message:

Changed definition of psVectorAlloc and psArrayAlloc

File:
1 edited

Legend:

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

    r8781 r9740  
    4040    psImage *matrix = psImageAlloc(size, size, PS_TYPE_F64);
    4141    psVector *vector = psVectorAlloc(size, PS_TYPE_F64);
    42     vector->n = size;
    4342    for (int j = 0; j < size; j++) {
    4443        for (int i = 0; i < size; i++) {
Note: See TracChangeset for help on using the changeset viewer.