IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3925


Ignore:
Timestamp:
May 13, 2005, 11:38:44 AM (21 years ago)
Author:
Paul Price
Message:

Adding blurb on boolean return values.

File:
1 edited

Legend:

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

    r3846 r3925  
    1 %%% $Id: psLibSDRS.tex,v 1.213 2005-05-05 03:21:42 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.214 2005-05-13 21:38:44 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    183183employed where necessary, and where the assumption will hold.
    184184
     185\subsection{Return values}
     186
     187In some cases, we have defined functions that return a boolean value.
     188It is intended that (unless otherwise specified), the function returns
     189\code{true} if there was no error, and returns \code{false} in the
     190event of an error.
     191
    185192%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    186193
     
    215222
    216223\code{timeConfig} specifies the filename of the configuration file
    217 for \code{psTime} metadata.
     224for \code{psTime} metadata
    218225
    219226\subsection{Finalization}
Note: See TracChangeset for help on using the changeset viewer.