IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2005, 3:21:39 PM (21 years ago)
Author:
Paul Price
Message:

Fixing a bug in an example.

File:
1 edited

Legend:

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

    r5582 r5623  
    1 %%% $Id: psLibSDRS.tex,v 1.359 2005-11-23 19:06:06 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.360 2005-11-30 01:21:39 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    34093409\begin{verbatim}
    34103410  // create data vector
    3411   psVector *y = psVectorAlloc(100);
     3411  psVector *y = psVectorAlloc(100, PS_TYPE_F32);
    34123412  y->n = 0;
    34133413  for (int i = 0; i < 1000; i++) {
Note: See TracChangeset for help on using the changeset viewer.