IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4859


Ignore:
Timestamp:
Aug 23, 2005, 3:24:24 PM (21 years ago)
Author:
gusciora
Message:

Modified the log message format. Lots of tests will fail since there will
be stdout diffs.

Location:
trunk/psLib/test/math
Files:
35 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tst_psHist00.c

    r4547 r4859  
    1212psS32 main()
    1313{
     14    psLogSetFormat("HLNM");
    1415    psHistogram *myHist = NULL;
    1516    psS32 testStatus      = true;
  • trunk/psLib/test/math/tst_psHist01.c

    r4547 r4859  
    1212psS32 main()
    1313{
     14    psLogSetFormat("HLNM");
    1415    psHistogram *myHist = NULL;
    1516    psVector *myBounds  = NULL;
  • trunk/psLib/test/math/tst_psHist02.c

    r4547 r4859  
    1616psS32 main()
    1717{
     18    psLogSetFormat("HLNM");
    1819    psHistogram * myHist = NULL;
    1920    psHistogram *myHist2 = NULL;
  • trunk/psLib/test/math/tst_psHist03.c

    r4547 r4859  
    1414psS32 main()
    1515{
     16    psLogSetFormat("HLNM");
    1617    psHistogram *myHist = NULL;
    1718    psVector *myBounds  = NULL;
  • trunk/psLib/test/math/tst_psMatrix01.c

    r4547 r4859  
    1111*  @author  Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    14 *  @date  $Date: 2005-07-13 02:47:00 $
     13*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     14*  @date  $Date: 2005-08-24 01:24:24 $
    1515*
    1616*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4343psS32 main( psS32 argc, char* argv[] )
    4444{
     45    psLogSetFormat("HLNM");
    4546    psImage * tempImage = NULL;
    4647
  • trunk/psLib/test/math/tst_psMatrix02.c

    r4547 r4859  
    1212 *  @author  Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    15  *  @date  $Date: 2005-07-13 02:47:00 $
     14 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     15 *  @date  $Date: 2005-08-24 01:24:24 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2525           char* argv[])
    2626{
     27    psLogSetFormat("HLNM");
    2728    psImage *nullImage = NULL;
    2829    psImage *inImage = (psImage*)psImageAlloc(3, 3, PS_TYPE_F64);
  • trunk/psLib/test/math/tst_psMatrix03.c

    r4547 r4859  
    1414 *  @author  Ross Harman, MHPCC
    1515 *
    16  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    17  *  @date  $Date: 2005-07-13 02:47:00 $
     16 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     17 *  @date  $Date: 2005-08-24 01:24:24 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6161psS32 main(psS32 argc, char* argv[])
    6262{
     63    psLogSetFormat("HLNM");
    6364    psImage *luImage = NULL;
    6465    psImage *inImage = NULL;
  • trunk/psLib/test/math/tst_psMatrix04.c

    r4589 r4859  
    1313 *  @author  Ross Harman, MHPCC
    1414 *
    15  *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
    16  *  @date  $Date: 2005-07-21 01:40:10 $
     15 *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
     16 *  @date  $Date: 2005-08-24 01:24:24 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5050psS32 main(psS32 argc, char* argv[])
    5151{
     52    psLogSetFormat("HLNM");
    5253    float det = 0.0f;
    5354    float det2 = 0;
  • trunk/psLib/test/math/tst_psMatrix05.c

    r4547 r4859  
    1010*  @author  Ross Harman, MHPCC
    1111*
    12 *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    13 *  @date  $Date: 2005-07-13 02:47:00 $
     12*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     13*  @date  $Date: 2005-08-24 01:24:24 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4343            char* argv[] )
    4444{
     45    psLogSetFormat("HLNM");
    4546    psImage * outImage = NULL;
    4647    psImage *inImage1 = NULL;
  • trunk/psLib/test/math/tst_psMatrix06.c

    r4547 r4859  
    1010*  @author  Ross Harman, MHPCC
    1111*
    12 *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    13 *  @date  $Date: 2005-07-13 02:47:00 $
     12*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     13*  @date  $Date: 2005-08-24 01:24:24 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4242psS32 main(psS32 argc, char* argv[])
    4343{
     44    psLogSetFormat("HLNM");
    4445    psImage * outImage = NULL;
    4546    psImage *inImage = NULL;
  • trunk/psLib/test/math/tst_psMatrix07.c

    r4547 r4859  
    1616 *  @author  Ross Harman, MHPCC
    1717 *
    18  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    19  *  @date  $Date: 2005-07-13 02:47:00 $
     18 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     19 *  @date  $Date: 2005-08-24 01:24:24 $
    2020 *
    2121 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6464psS32 main(psS32 argc, char* argv[])
    6565{
     66    psLogSetFormat("HLNM");
    6667    psVector *v1 = NULL;
    6768    psVector *v1_32 = NULL;
  • trunk/psLib/test/math/tst_psMatrixVectorArithmetic01.c

    r4547 r4859  
    1010 *  @author  Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    13  *  @date  $Date: 2005-07-13 02:47:00 $
     12 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     13 *  @date  $Date: 2005-08-24 01:24:24 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8989psS32 main(psS32 argc, char* argv[])
    9090{
     91    psLogSetFormat("HLNM");
    9192
    9293    // Test matrix-matrix binary operations
  • trunk/psLib/test/math/tst_psMatrixVectorArithmetic02.c

    r4547 r4859  
    1010 *  @author  Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    13  *  @date  $Date: 2005-07-13 02:47:00 $
     12 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     13 *  @date  $Date: 2005-08-24 01:24:24 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9595psS32 main( psS32 argc, char* argv[] )
    9696{
    97 
     97    psLogSetFormat("HLNM");
    9898    // Test matrix unary operations
    9999    #define testUnaryOpM(OP,TYPE,VALUE1,VALUE2,NROWS,NCOLS,TRUTH)                                            \
  • trunk/psLib/test/math/tst_psMatrixVectorArithmetic03.c

    r4547 r4859  
    1515 *  @author  Ross Harman, MHPCC
    1616 *
    17  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    18  *  @date  $Date: 2005-07-13 02:47:00 $
     17 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     18 *  @date  $Date: 2005-08-24 01:24:24 $
    1919 *
    2020 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7272psS32 main(psS32 argc, char* argv[])
    7373{
     74    psLogSetFormat("HLNM");
    7475    CREATE_AND_SET_IMAGE(image1,F64,0,3,3);
    7576    CREATE_AND_SET_IMAGE(image2,F64,0,3,3);
  • trunk/psLib/test/math/tst_psMatrixVectorArithmetic04.c

    r4547 r4859  
    99 * @author  Eric Van Alst, MHPCC
    1010 *
    11  * @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    12  * @date  $Date: 2005-07-13 02:47:00 $
     11 * @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     12 * @date  $Date: 2005-08-24 01:24:24 $
    1313 *
    1414 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5555psS32 main(psS32 argc, char* argv[])
    5656{
     57    psLogSetFormat("HLNM");
    5758    psLogSetLevel(PS_LOG_INFO);
    5859
  • trunk/psLib/test/math/tst_psMinimize00.c

    r4547 r4859  
    6767psS32 main()
    6868{
     69    psLogSetFormat("HLNM");
    6970    psImage *domain = NULL;
    7071    psVector *data = NULL;
  • trunk/psLib/test/math/tst_psMinimize01.c

    r4547 r4859  
    6060psS32 main()
    6161{
     62    psLogSetFormat("HLNM");
    6263    psImage *domain = NULL;
    6364    psVector *data = NULL;
  • trunk/psLib/test/math/tst_psMinimize02.c

    r4547 r4859  
    106106psS32 main()
    107107{
     108    psLogSetFormat("HLNM");
    108109    psVector *initialGuess = NULL;
    109110    psVector *paramMask = NULL;
  • trunk/psLib/test/math/tst_psMinimize03.c

    r4547 r4859  
    106106psS32 main()
    107107{
     108    psLogSetFormat("HLNM");
    108109    psVector *initialGuess = NULL;
    109110    psVector *paramMask = NULL;
  • trunk/psLib/test/math/tst_psMinimize04.c

    r4547 r4859  
    268268psS32 main()
    269269{
     270    psLogSetFormat("HLNM");
    270271    t00();
    271272    t01();
  • trunk/psLib/test/math/tst_psMinimize04_F32.c

    r4547 r4859  
    262262psS32 main()
    263263{
     264    psLogSetFormat("HLNM");
    264265    t00();
    265266    t01();
  • trunk/psLib/test/math/tst_psMinimize04b.c

    r4547 r4859  
    253253psS32 main()
    254254{
     255    psLogSetFormat("HLNM");
    255256    t00();
    256257    t01();
  • trunk/psLib/test/math/tst_psMinimize04b_F32.c

    r4547 r4859  
    255255psS32 main()
    256256{
     257    psLogSetFormat("HLNM");
    257258    t00();
    258259    t01();
  • trunk/psLib/test/math/tst_psMinimize05.c

    r4547 r4859  
    274274psS32 main()
    275275{
     276    psLogSetFormat("HLNM");
    276277    t00();
    277278    t01();
  • trunk/psLib/test/math/tst_psMinimize06.c

    r4731 r4859  
    110110psS32 main()
    111111{
     112    psLogSetFormat("HLNM");
    112113    t01();
    113114}
  • trunk/psLib/test/math/tst_psRandom.c

    r4547 r4859  
    5555psS32 main(psS32 argc, char* argv[])
    5656{
     57    psLogSetFormat("HLNM");
    5758    if(!runTestSuite(stderr,"psRandom",tests,argc,argv)) {
    5859        return 1;
  • trunk/psLib/test/math/tst_psStats00.c

    r4547 r4859  
    1111*  @author GLG, MHPCC
    1212*
    13 *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    14 *  @date $Date: 2005-07-13 02:47:00 $
     13*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     14*  @date $Date: 2005-08-24 01:24:24 $
    1515*
    1616*  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    6464psS32 main(psS32 argc, char* argv[] )
    6565{
     66    psLogSetFormat("HLNM");
    6667    psLogSetLevel(PS_LOG_INFO);
    6768
  • trunk/psLib/test/math/tst_psStats01.c

    r4547 r4859  
    1111*  @author GLG, MHPCC
    1212*
    13 *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    14 *  @date $Date: 2005-07-13 02:47:00 $
     13*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     14*  @date $Date: 2005-08-24 01:24:24 $
    1515*
    1616* Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    5454psS32 main(psS32 argc, char* argv[] )
    5555{
     56    psLogSetFormat("HLNM");
    5657    psLogSetLevel(PS_LOG_INFO);
    5758
  • trunk/psLib/test/math/tst_psStats02.c

    r4547 r4859  
    1111*  @author GLG, MHPCC
    1212*
    13 *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    14 *  @date $Date: 2005-07-13 02:47:00 $
     13*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     14*  @date $Date: 2005-08-24 01:24:24 $
    1515*
    1616* Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    5454psS32 main(psS32 argc, char* argv[] )
    5555{
     56    psLogSetFormat("HLNM");
    5657    psLogSetLevel(PS_LOG_INFO);
    5758
  • trunk/psLib/test/math/tst_psStats03.c

    r4547 r4859  
    1414psS32 main()
    1515{
     16    psLogSetFormat("HLNM");
    1617    psStats *myStats    = NULL;
    1718    psS32 testStatus      = true;
  • trunk/psLib/test/math/tst_psStats05.c

    r4547 r4859  
    1010psS32 main()
    1111{
     12    psLogSetFormat("HLNM");
    1213    psStats *myStats    = NULL;
    1314    psS32 testStatus      = true;
  • trunk/psLib/test/math/tst_psStats06.c

    r4547 r4859  
    1717psS32 main()
    1818{
     19    psLogSetFormat("HLNM");
    1920    psStats *myStats    = NULL;
    2021    psS32 testStatus      = true;
  • trunk/psLib/test/math/tst_psStats07.c

    r4547 r4859  
    494494psS32 main()
    495495{
     496    psLogSetFormat("HLNM");
    496497    t00();
    497498    t01();
  • trunk/psLib/test/math/tst_psStats08.c

    r4547 r4859  
    1818psS32 main()
    1919{
     20    psLogSetFormat("HLNM");
    2021    psStats *myStats    = NULL;
    2122    psS32 testStatus      = true;
  • trunk/psLib/test/math/tst_psStats09.c

    r4547 r4859  
    2121psS32 main()
    2222{
     23    psLogSetFormat("HLNM");
    2324    psStats *myStats    = NULL;
    2425    psS32 testStatus      = true;
Note: See TracChangeset for help on using the changeset viewer.