IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2005, 12:25:39 PM (21 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimize.c

    r4991 r4992  
    1010 *  @author EAM, IfA
    1111 *
    12  *  @version $Revision: 1.135 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-09-11 22:18:40 $
     12 *  @version $Revision: 1.136 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-09-11 22:25:29 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    306306    PS_ASSERT_VECTOR_NON_NULL(beta, NAN);
    307307    PS_ASSERT_VECTOR_NON_NULL(params, NAN);
    308     PS_ASSERT_VECTOR_NON_NULL(x, NAN);
     308    PS_ASSERT_PTR_NON_NULL(x, NAN);
    309309    PS_ASSERT_VECTOR_NON_NULL(y, NAN);
    310310    PS_ASSERT_VECTOR_NON_NULL(dy, NAN);
Note: See TracChangeset for help on using the changeset viewer.