IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2004, 9:41:51 AM (22 years ago)
Author:
rhl
Message:

Fixed up code for changes in organisation and APIs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Utils/tst_array.c

    r267 r446  
    11#include "psLib.h"
     2#include "psArray.h"
    23
    34typedef struct {
     
    2324int main(void)
    2425{
    25     psXYArray *t = psXYArrayAlloc(10, 15);
    26     psXYPtrArray *pt = psXYPtrArrayAlloc(10, 10);
     26    psXYArray *t = psXYArrayAlloc(10);
     27    psXYPtrArray *pt = psXYPtrArrayAlloc(10);
    2728
    2829    for (int i = 0; i < t->n; i++) {
Note: See TracChangeset for help on using the changeset viewer.