IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2006, 10:12:35 AM (20 years ago)
Author:
Paul Price
Message:

psImageSet should not have image defined const.

File:
1 edited

Legend:

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

    r7428 r7536  
    1 %%% $Id: psLibSDRS.tex,v 1.399 2006-06-08 20:05:47 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.400 2006-06-13 20:12:35 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    37263726
    37273727\begin{prototype}
    3728 bool psImageSet(const psImage *image, int x, int y, double complex value);
     3728bool psImageSet(psImage *image, int x, int y, double complex value);
    37293729double complex psImageGet(const psImage *image, int x, int y);
    37303730\end{prototype}
Note: See TracChangeset for help on using the changeset viewer.