IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2004, 10:58:01 AM (22 years ago)
Author:
harman
Message:

Changed comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psConfigure.h

    r2317 r2321  
    1313 *  @author Robert DeSonia, MHPCC
    1414 *
    15  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2004-11-10 18:26:12 $
     15 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2004-11-10 20:58:01 $
    1717 *
    1818 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3737);
    3838
    39 /** Get last error put on the error stack
     39/** Initializes persistent memory.
    4040 *
    41  *  The last error reported is available from psErrorLast; if no errors are
     41 *  Creates persistant memory items used throughout psLib. Items created within this method should be freed
     42 *  with the psLibFinalize function.
    4243 *  current, a non-NULL psErr is returned with code PS_ERR_NONE.
    4344 *
    44  *  @return psErr*     Reference to last error message on error stack
     45 *  @return void: void.
    4546 */
    4647void psLibInit(
     
    5455 *  function at the end of a psLib execution cycle.
    5556 *
     57 *  @return void: void.
    5658 */
    5759void psLibFinalize(
Note: See TracChangeset for help on using the changeset viewer.