IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5195


Ignore:
Timestamp:
Sep 29, 2005, 2:47:52 PM (21 years ago)
Author:
Paul Price
Message:

Changed psImageRow and psImageCol to use int.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r5142 r5195  
    1 %%% $Id: psLibSDRS.tex,v 1.344 2005-09-27 02:38:47 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.345 2005-09-30 00:47:52 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    50345034psVector *psImageRow(psVector *out,
    50355035                     const psImage *input,
    5036                      psU32 row);
     5036                     int row);
    50375037psVector *psImageCol(psVector *out,
    50385038                     const psImage *input,
    5039                      psU32 column);
     5039                     int column);
    50405040\end{prototype}
    50415041
Note: See TracChangeset for help on using the changeset viewer.