IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5639


Ignore:
Timestamp:
Nov 30, 2005, 12:04:32 PM (21 years ago)
Author:
desonia
Message:

adjustments relating to merging in eam_rel8_b2 branch.

Location:
trunk/psLib/test
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/tst_psCoord01.c

    r5559 r5639  
    66*    @author Eric Van Alst, MHPCC
    77*
    8 *    @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    9 *    @date  $Date: 2005-11-21 19:53:01 $
     8*    @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     9*    @date  $Date: 2005-11-30 22:04:29 $
    1010*
    1111*    Copyright 2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    200200    return 0;
    201201}
     202
    202203//HEY
    203204psS32 testProjectTan(void)
     
    226227        if(out == NULL) {
    227228            psError(PS_ERR_UNKNOWN,true,"Return null not expected");
    228             return i*10;
     229            return i*10+3;
    229230        }
    230231
     
    244245        if(fabs(in->r - inTest->r) > ERROR_TOL) {
    245246            printf("TEST ER (in->r, inTest->r) (%.2f %.2f)\n", in->r, inTest->r);
    246             return i*10+1;
     247            return i*10+4;
    247248        }
    248249        if(fabs(in->d - inTest->d) > ERROR_TOL) {
    249250            printf("TEST ERROR: (in->d, inTest->d) (%.2f %.2f)\n", in->d, inTest->d);
    250             return i*10+1;
     251            return i*10+5;
    251252        }
    252253
  • trunk/psLib/test/math/verified/tst_psFunc08.stderr

    r4862 r5639  
    2929    Following should generate an error message for invalid input type
    3030<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
    31     Unallowable operation: psVector x has incorrect type.
     31    psVector x: bad type(769)
    3232
    3333---> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial1DEvalVector} | tst_psFunc08.c)
  • trunk/psLib/test/math/verified/tst_psFunc09.stderr

    r4862 r5639  
    3333    Following should generate an error message for invalid input type
    3434<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
    35     Unallowable operation: psVector x has incorrect type.
     35    psVector x: bad type(769)
    3636<HOST>|I|testPoly2DEvalVector
    3737    Following should generate an error message for invalid input type
    3838<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
    39     Unallowable operation: psVector y has incorrect type.
     39    psVector y: bad type(769)
    4040
    4141---> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial2DEvalVector} | tst_psFunc09.c)
Note: See TracChangeset for help on using the changeset viewer.