Changeset 5875
- Timestamp:
- Jan 3, 2006, 2:06:01 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r5874 r5875 1 %%% $Id: psLibSDRS.tex,v 1.36 6 2006-01-04 00:02:05price Exp $1 %%% $Id: psLibSDRS.tex,v 1.367 2006-01-04 00:06:01 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 5603 5603 A = someCoolImage(); // Initialise A 5604 5604 5605 B = psBinaryOp (NULL, A, "^", psScalarAlloc(2, PS_TYPE_S16)); 5605 B = (psImage*)psBinaryOp (NULL, A, "^", psScalarAlloc(2, PS_TYPE_S16)); 5606 // Note, have to cast the output to a psImage for proper compilation 5606 5607 psUnaryOp(B, B, "sin"); 5607 5608 \end{verbatim}
Note:
See TracChangeset
for help on using the changeset viewer.
