IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1848


Ignore:
Timestamp:
Sep 21, 2004, 4:42:49 PM (22 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psLib
Files:
1 added
3 edited

Legend:

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

    r1847 r1848  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-09-22 02:42:20 $
     11 *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-09-22 02:42:49 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717 *
    1818 */
    19 
    2019/*****************************************************************************/
    2120/* INCLUDE FILES                                                             */
  • trunk/psLib/src/math/psMinimize.c

    r1847 r1848  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-09-22 02:42:20 $
     11 *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-09-22 02:42:49 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717 *
    1818 */
    19 
    2019/*****************************************************************************/
    2120/* INCLUDE FILES                                                             */
  • trunk/psLib/test/dataManip/Makefile

    r1847 r1848  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.43 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-09-22 02:42:20 $
     5##  $Revision: 1.44 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-09-22 02:42:49 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1818CFLAGS := -I../../include $(CFLAGS)
    1919LDFLAGS := -L../../lib -lpslib -lpstest $(LDFLAGS)
    20 
    2120TARGET = \
    2221tst_psFunc00 \
Note: See TracChangeset for help on using the changeset viewer.