IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2004, 12:47:00 PM (22 years ago)
Author:
gusciora
Message:

Modifying the minimization algorithms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psConstants.h

    r2224 r2228  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-10-28 00:22:53 $
     8 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-10-28 22:46:57 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    208208p_psMemSetPersistent(NAME->data.V, true); \
    209209
     210#define PS_VECTOR_DECLARE_ALLOC_STATIC(NAME, SIZE, TYPE) \
     211static psVector *NAME = NULL; \
     212if (NAME == NULL) { \
     213    NAME = psVectorAlloc(SIZE, TYPE); \
     214    p_psMemSetPersistent(NAME, true); \
     215} \
    210216
    211217
Note: See TracChangeset for help on using the changeset viewer.