IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2004, 12:42:11 PM (22 years ago)
Author:
Paul Price
Message:

Minor fixes to get things to compile. e.g. need to do "struct psCell"
inside a psChip, since the psCell isn't defined yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psStdArrays.h

    r373 r396  
    189189
    190190/** Reallocator \ingroup DataGroup */
    191 psVectorArray *psVectorArrayRealloc(psVectorArray *myArray ///< Array to reallocate
     191psVectorArray *psVectorArrayRealloc(psVectorArray *myArray, ///< Array to reallocate
    192192                                    int nalloc) ///< Total number of elements to make available
    193193;
Note: See TracChangeset for help on using the changeset viewer.