IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2004, 9:22:35 AM (22 years ago)
Author:
desonia
Message:

replaced psLib.h with pslib.h

Location:
trunk/psLib/test/sysUtils
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/atst_psAbort_01.c

    r520 r717  
    88 *  @author  Eric Van Alst, MHPCC
    99 *
    10  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    11  *  @date  $Date: 2004-04-27 01:44:41 $
     10 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     11 *  @date  $Date: 2004-05-18 19:22:35 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1414 */
    1515
    16 #include "psLib.h"
     16#include "pslib.h"
    1717#include "psTest.h"
    1818
  • trunk/psLib/test/sysUtils/atst_psAbort_02.c

    r520 r717  
    88 *  @author  Eric Van Alst, MHPCC
    99 *
    10  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    11  *  @date  $Date: 2004-04-27 01:44:41 $
     10 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     11 *  @date  $Date: 2004-05-18 19:22:35 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1414 */
    1515
    16 #include "psLib.h"
     16#include "pslib.h"
    1717#include "psTest.h"
    1818
  • trunk/psLib/test/sysUtils/atst_psAbort_03.c

    r520 r717  
    88 *  @author  Eric Van Alst, MHPCC
    99 *
    10  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    11  *  @date  $Date: 2004-04-27 01:44:41 $
     10 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     11 *  @date  $Date: 2004-05-18 19:22:35 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1414 */
    1515
    16 #include "psLib.h"
     16#include "pslib.h"
    1717#include "psTest.h"
    1818
  • trunk/psLib/test/sysUtils/tst_psError.c

    r624 r717  
    1010 *  @author  Eric Van Alst, MHPCC
    1111 *
    12  *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
    13  *  @date  $Date: 2004-05-08 02:40:56 $
     12 *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
     13 *  @date  $Date: 2004-05-18 19:22:35 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1919#include <stdio.h>
    2020#include <stdlib.h>
    21 #include "psLib.h"
     21#include "pslib.h"
    2222#include "psTest.h"
    2323
  • trunk/psLib/test/sysUtils/tst_psMemory.c

    r714 r717  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-05-18 02:34:00 $
     8 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-05-18 19:22:35 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2424
    2525#include "psTest.h"
    26 #include "psLib.h"
     26#include "pslib.h"
    2727
    2828static int TPFreeReferencedMemory(void);
  • trunk/psLib/test/sysUtils/tst_psString.c

    r630 r717  
    1717 *  @author  Eric Van Alst, MHPCC
    1818 *
    19  *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
    20  *  @date  $Date: 2004-05-10 19:00:49 $
     19 *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
     20 *  @date  $Date: 2004-05-18 19:22:35 $
    2121 *
    2222 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2525
    2626#include <string.h>
    27 #include "psLib.h"
     27#include "pslib.h"
    2828#include "psTest.h"
    2929
  • trunk/psLib/test/sysUtils/tst_psStringCopy.c

    r630 r717  
    1717 *  @author  Eric Van Alst, MHPCC
    1818 *
    19  *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
    20  *  @date  $Date: 2004-05-10 19:00:49 $
     19 *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
     20 *  @date  $Date: 2004-05-18 19:22:35 $
    2121 *
    2222 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2525
    2626#include <string.h>
    27 #include "psLib.h"
     27#include "pslib.h"
    2828#include "psTest.h"
    2929
Note: See TracChangeset for help on using the changeset viewer.