IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2005, 10:27:42 AM (21 years ago)
Author:
desonia
Message:

changed name of p_psMemSetDeallocator/p_psMemGetDeallocator to
psMemSetDeallocator/psMemGetDeallocator.

-rdd

Location:
trunk/psLib/test/dataManip
Files:
49 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psFunc00.c

    r3549 r3682  
    1414*    orders are created.
    1515*
    16 *    @version $Revision: 1.20 $  $Name: not supported by cvs2svn $
    17 *    @date $Date: 2005-03-29 22:50:16 $
     16*    @version $Revision: 1.21 $  $Name: not supported by cvs2svn $
     17*    @date $Date: 2005-04-07 20:27:41 $
    1818*
    1919*  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    2121*****************************************************************************/
    2222#include <stdio.h>
    23 #include "pslib.h"
     23#include "pslib_strict.h"
    2424#include "psTest.h"
    2525
  • trunk/psLib/test/dataManip/tst_psFunc01.c

    r2436 r3682  
    66 *****************************************************************************/
    77#include <stdio.h>
    8 #include "pslib.h"
     8#include "pslib_strict.h"
    99#include "psTest.h"
    1010#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psFunc02.c

    r3096 r3682  
    55 *****************************************************************************/
    66#include <stdio.h>
    7 #include "pslib.h"
     7#include "pslib_strict.h"
    88#include "psTest.h"
    99#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psFunc03.c

    r3096 r3682  
    66 *****************************************************************************/
    77#include <stdio.h>
    8 #include "pslib.h"
     8#include "pslib_strict.h"
    99#include "psTest.h"
    1010#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psFunc04.c

    r3096 r3682  
    1010#include <stdio.h>
    1111#include <math.h>
    12 #include "pslib.h"
     12#include "pslib_strict.h"
    1313#include "psTest.h"
    1414#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psFunc05.c

    r3096 r3682  
    1111#include <stdio.h>
    1212#include <math.h>
    13 #include "pslib.h"
     13#include "pslib_strict.h"
    1414#include "psTest.h"
    1515#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psFunc07.c

    r3096 r3682  
    1212#include <stdio.h>
    1313#include <math.h>
    14 #include "pslib.h"
     14#include "pslib_strict.h"
    1515#include "psTest.h"
    1616#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psFunc08.c

    r3379 r3682  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.1 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2005-03-07 20:31:06 $
     6*  @version  $Revision: 1.2 $  $Name: not supported by cvs2svn $
     7*  @date  $Date: 2005-04-07 20:27:42 $
    88*
    99* Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    1111***************************************************************************/
    1212
    13 #include "pslib.h"
     13#include "pslib_strict.h"
    1414#include "psTest.h"
    1515
  • trunk/psLib/test/dataManip/tst_psFunc09.c

    r3385 r3682  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.1 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2005-03-08 02:46:20 $
     6*  @version  $Revision: 1.2 $  $Name: not supported by cvs2svn $
     7*  @date  $Date: 2005-04-07 20:27:42 $
    88*
    99* Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    1111***************************************************************************/
    1212
    13 #include "pslib.h"
     13#include "pslib_strict.h"
    1414#include "psTest.h"
    1515
  • trunk/psLib/test/dataManip/tst_psFunc10.c

    r3398 r3682  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.1 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2005-03-10 01:14:11 $
     6*  @version  $Revision: 1.2 $  $Name: not supported by cvs2svn $
     7*  @date  $Date: 2005-04-07 20:27:42 $
    88*
    99* Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    1111***************************************************************************/
    1212
    13 #include "pslib.h"
     13#include "pslib_strict.h"
    1414#include "psTest.h"
    1515
  • trunk/psLib/test/dataManip/tst_psFunc11.c

    r3406 r3682  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.1 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2005-03-10 22:36:09 $
     6*  @version  $Revision: 1.2 $  $Name: not supported by cvs2svn $
     7*  @date  $Date: 2005-04-07 20:27:42 $
    88*
    99* Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    1111***************************************************************************/
    1212
    13 #include "pslib.h"
     13#include "pslib_strict.h"
    1414#include "psTest.h"
    1515
  • trunk/psLib/test/dataManip/tst_psHist00.c

    r2782 r3682  
    44 *****************************************************************************/
    55#include <stdio.h>
    6 #include "pslib.h"
     6#include "pslib_strict.h"
    77#include "psTest.h"
    88#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psHist01.c

    r2782 r3682  
    44 *****************************************************************************/
    55#include <stdio.h>
    6 #include "pslib.h"
     6#include "pslib_strict.h"
    77#include "psTest.h"
    88#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psHist02.c

    r2782 r3682  
    55*****************************************************************************/
    66#include <stdio.h>
    7 #include "pslib.h"
     7#include "pslib_strict.h"
    88#include "psTest.h"
    99#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psHist03.c

    r2782 r3682  
    55 *****************************************************************************/
    66#include <stdio.h>
    7 #include "pslib.h"
     7#include "pslib_strict.h"
    88#include "psTest.h"
    99#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psMatrix01.c

    r3264 r3682  
    1111*  @author  Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
    14 *  @date  $Date: 2005-02-17 19:26:25 $
     13*  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
     14*  @date  $Date: 2005-04-07 20:27:42 $
    1515*
    1616*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1818*/
    1919
    20 #include "pslib.h"
     20#include "pslib_strict.h"
    2121#include "psTest.h"
    2222
  • trunk/psLib/test/dataManip/tst_psMatrix02.c

    r3313 r3682  
    1212 *  @author  Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
    15  *  @date  $Date: 2005-02-24 00:19:51 $
     14 *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
     15 *  @date  $Date: 2005-04-07 20:27:42 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1919 */
    2020
    21 #include "pslib.h"
     21#include "pslib_strict.h"
    2222#include "psTest.h"
    2323
  • trunk/psLib/test/dataManip/tst_psMatrix03.c

    r3313 r3682  
    1414 *  @author  Ross Harman, MHPCC
    1515 *
    16  *  @version $Revision: 1.15 $  $Name: not supported by cvs2svn $
    17  *  @date  $Date: 2005-02-24 00:19:51 $
     16 *  @version $Revision: 1.16 $  $Name: not supported by cvs2svn $
     17 *  @date  $Date: 2005-04-07 20:27:42 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2121 */
    2222
    23 #include "pslib.h"
     23#include "pslib_strict.h"
    2424#include "psTest.h"
    2525
  • trunk/psLib/test/dataManip/tst_psMatrix04.c

    r3264 r3682  
    1313 *  @author  Ross Harman, MHPCC
    1414 *
    15  *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
    16  *  @date  $Date: 2005-02-17 19:26:25 $
     15 *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
     16 *  @date  $Date: 2005-04-07 20:27:42 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2020 */
    2121
    22 #include "pslib.h"
     22#include "pslib_strict.h"
    2323#include "psTest.h"
    2424
  • trunk/psLib/test/dataManip/tst_psMatrix05.c

    r3264 r3682  
    1010*  @author  Ross Harman, MHPCC
    1111*
    12 *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
    13 *  @date  $Date: 2005-02-17 19:26:25 $
     12*  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
     13*  @date  $Date: 2005-04-07 20:27:42 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1717*/
    1818
    19 #include "pslib.h"
     19#include "pslib_strict.h"
    2020#include "psTest.h"
    2121
  • trunk/psLib/test/dataManip/tst_psMatrix06.c

    r3264 r3682  
    1010*  @author  Ross Harman, MHPCC
    1111*
    12 *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
    13 *  @date  $Date: 2005-02-17 19:26:25 $
     12*  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
     13*  @date  $Date: 2005-04-07 20:27:42 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1717*/
    1818
    19 #include "pslib.h"
     19#include "pslib_strict.h"
    2020#include "psTest.h"
    2121
  • trunk/psLib/test/dataManip/tst_psMatrix07.c

    r3313 r3682  
    1616 *  @author  Ross Harman, MHPCC
    1717 *
    18  *  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
    19  *  @date  $Date: 2005-02-24 00:19:51 $
     18 *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
     19 *  @date  $Date: 2005-04-07 20:27:42 $
    2020 *
    2121 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2323 */
    2424
    25 #include "pslib.h"
     25#include "pslib_strict.h"
    2626#include "psTest.h"
    2727
  • trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic01.c

    r3264 r3682  
    1010 *  @author  Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
    13  *  @date  $Date: 2005-02-17 19:26:25 $
     12 *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
     13 *  @date  $Date: 2005-04-07 20:27:42 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1717 */
    1818
    19 #include "pslib.h"
     19#include "pslib_strict.h"
    2020#include "psTest.h"
    2121
  • trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic02.c

    r3264 r3682  
    1010 *  @author  Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
    13  *  @date  $Date: 2005-02-17 19:26:25 $
     12 *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
     13 *  @date  $Date: 2005-04-07 20:27:42 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1717 */
    1818
    19 #include "pslib.h"
     19#include "pslib_strict.h"
    2020#include "psTest.h"
    2121
  • trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic03.c

    r3264 r3682  
    1515 *  @author  Ross Harman, MHPCC
    1616 *
    17  *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
    18  *  @date  $Date: 2005-02-17 19:26:25 $
     17 *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
     18 *  @date  $Date: 2005-04-07 20:27:42 $
    1919 *
    2020 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2222 */
    2323
    24 #include "pslib.h"
     24#include "pslib_strict.h"
    2525#include "psTest.h"
    2626
  • trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic04.c

    r3264 r3682  
    99 * @author  Eric Van Alst, MHPCC
    1010 *
    11  * @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
    12  * @date  $Date: 2005-02-17 19:26:25 $
     11 * @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
     12 * @date  $Date: 2005-04-07 20:27:42 $
    1313 *
    1414 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1616 */
    1717
    18 #include "pslib.h"
     18#include "pslib_strict.h"
    1919#include "psTest.h"
    2020
  • trunk/psLib/test/dataManip/tst_psMinimize00.c

    r2204 r3682  
    44 *****************************************************************************/
    55#include <stdio.h>
    6 #include "pslib.h"
     6#include "pslib_strict.h"
    77#include "psTest.h"
    88#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psMinimize01.c

    r2204 r3682  
    44 *****************************************************************************/
    55#include <stdio.h>
    6 #include "pslib.h"
     6#include "pslib_strict.h"
    77#include "psTest.h"
    88#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psMinimize02.c

    r2204 r3682  
    44 *****************************************************************************/
    55#include <stdio.h>
    6 #include "pslib.h"
     6#include "pslib_strict.h"
    77#include "psTest.h"
    88#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psMinimize03.c

    r2204 r3682  
    44 *****************************************************************************/
    55#include <stdio.h>
    6 #include "pslib.h"
     6#include "pslib_strict.h"
    77#include "psTest.h"
    88#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psMinimize04.c

    r2436 r3682  
    1313 *****************************************************************************/
    1414#include <stdio.h>
    15 #include "pslib.h"
     15#include "pslib_strict.h"
    1616#include "psTest.h"
    1717#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psMinimize04_F32.c

    r2436 r3682  
    1313 *****************************************************************************/
    1414#include <stdio.h>
    15 #include "pslib.h"
     15#include "pslib_strict.h"
    1616#include "psTest.h"
    1717#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psMinimize04b.c

    r2740 r3682  
    33 *****************************************************************************/
    44#include <stdio.h>
    5 #include "pslib.h"
     5#include "pslib_strict.h"
    66#include "psTest.h"
    77#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psMinimize04b_F32.c

    r2740 r3682  
    33 *****************************************************************************/
    44#include <stdio.h>
    5 #include "pslib.h"
     5#include "pslib_strict.h"
    66#include "psTest.h"
    77#include "psMemory.h"
  • trunk/psLib/test/dataManip/tst_psMinimize05.c

    r2743 r3682  
    77 *****************************************************************************/
    88#include <stdio.h>
    9 #include "pslib.h"
     9#include "pslib_strict.h"
    1010#include "psTest.h"
    1111#include <math.h>
  • trunk/psLib/test/dataManip/tst_psMinimize06.c

    r2392 r3682  
    33 *****************************************************************************/
    44#include <stdio.h>
    5 #include "pslib.h"
     5#include "pslib_strict.h"
    66#include "psTest.h"
    77#include <math.h>
  • trunk/psLib/test/dataManip/tst_psMinimize07.c

    r2393 r3682  
    33 *****************************************************************************/
    44#include <stdio.h>
    5 #include "pslib.h"
     5#include "pslib_strict.h"
    66#include "psTest.h"
    77#include <math.h>
  • trunk/psLib/test/dataManip/tst_psRandom.c

    r3299 r3682  
    1919#include <stdio.h>
    2020#include <math.h>
    21 #include "pslib.h"
     21#include "pslib_strict.h"
    2222#include "psTest.h"
    2323
  • trunk/psLib/test/dataManip/tst_psStats00.c

    r3502 r3682  
    55*  @author George Gusciora, MHPCC
    66*
    7 *  @version $Revision: 1.16 $  $Name: not supported by cvs2svn $
    8 *  @date $Date: 2005-03-24 23:57:13 $
     7*  @version $Revision: 1.17 $  $Name: not supported by cvs2svn $
     8*  @date $Date: 2005-04-07 20:27:42 $
    99*
    1010*  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
    1111*/
    1212
    13 #include "pslib.h"
     13#include "pslib_strict.h"
    1414#include "psTest.h"
    1515
  • trunk/psLib/test/dataManip/tst_psStats01.c

    r3530 r3682  
    55*  @author George Gusciora, MHPCC
    66*
    7 *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
    8 *  @date $Date: 2005-03-28 22:50:59 $
     7*  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
     8*  @date $Date: 2005-04-07 20:27:42 $
    99*
    1010* Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
    1111*/
    1212
    13 #include "pslib.h"
     13#include "pslib_strict.h"
    1414#include "psTest.h"
    1515
  • trunk/psLib/test/dataManip/tst_psStats02.c

    r3535 r3682  
    55*  @author George Gusciora, MHPCC
    66*
    7 *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
    8 *  @date $Date: 2005-03-28 23:54:14 $
     7*  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
     8*  @date $Date: 2005-04-07 20:27:42 $
    99*
    1010* Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
    1111*/
    1212
    13 #include "pslib.h"
     13#include "pslib_strict.h"
    1414#include "psTest.h"
    1515
  • trunk/psLib/test/dataManip/tst_psStats03.c

    r2780 r3682  
    44 *****************************************************************************/
    55#include <stdio.h>
    6 #include "pslib.h"
     6#include "pslib_strict.h"
    77#include "psTest.h"
    88#define N1 1029   // This should be an odd number.
  • trunk/psLib/test/dataManip/tst_psStats04.c

    r2204 r3682  
    77 *****************************************************************************/
    88#include <stdio.h>
    9 #include "pslib.h"
     9#include "pslib_strict.h"
    1010#include "psTest.h"
    1111#define N1 1029
  • trunk/psLib/test/dataManip/tst_psStats05.c

    r2392 r3682  
    44 *****************************************************************************/
    55#include <stdio.h>
    6 #include "pslib.h"
     6#include "pslib_strict.h"
    77#include "psTest.h"
    88#define MISC_FLOAT_NUMBER 345.0
  • trunk/psLib/test/dataManip/tst_psStats06.c

    r2780 r3682  
    44 *****************************************************************************/
    55#include <stdio.h>
    6 #include "pslib.h"
     6#include "pslib_strict.h"
    77#include "psTest.h"
    88#include "psTest.h"
  • trunk/psLib/test/dataManip/tst_psStats07.c

    r3549 r3682  
    44*****************************************************************************/
    55#include <stdio.h>
    6 #include "pslib.h"
     6#include "pslib_strict.h"
    77#include "psTest.h"
    88#include "psTest.h"
  • trunk/psLib/test/dataManip/tst_psStats08.c

    r2780 r3682  
    44 *****************************************************************************/
    55#include <stdio.h>
    6 #include "pslib.h"
     6#include "pslib_strict.h"
    77#include "psTest.h"
    88#include "psTest.h"
  • trunk/psLib/test/dataManip/tst_psStats09.c

    r3160 r3682  
    55 *****************************************************************************/
    66#include <stdio.h>
    7 #include "pslib.h"
     7#include "pslib_strict.h"
    88#include "psTest.h"
    99#include "psTest.h"
  • trunk/psLib/test/dataManip/tst_psVectorFFT.c

    r3264 r3682  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2005-02-17 19:26:25 $
     8*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2005-04-07 20:27:42 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1616
    1717#include "psTest.h"
    18 #include "pslib.h"
     18#include "pslib_strict.h"
    1919
    2020#define GENIMAGE(img,c,r,TYP, valueFcn) \
Note: See TracChangeset for help on using the changeset viewer.