IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11423


Ignore:
Timestamp:
Jan 29, 2007, 6:52:42 PM (19 years ago)
Author:
gusciora
Message:

Corrected the plan_tests() args.

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

Legend:

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

    r11422 r11423  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.4 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2007-01-30 04:49:52 $
     6*  @version  $Revision: 1.5 $  $Name: not supported by cvs2svn $
     7*  @date  $Date: 2007-01-30 04:52:42 $
    88*
    99* Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    7070    psLogSetFormat("HLNM");
    7171    psLogSetLevel(PS_LOG_INFO);
    72     plan_tests(29);
     72    plan_tests(28);
    7373
    7474    // Allocate and evaluate an ordinary polynomial structure
  • trunk/psLib/test/math/tap_psPolynomialEval3D.c

    r11422 r11423  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.4 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2007-01-30 04:49:52 $
     6*  @version  $Revision: 1.5 $  $Name: not supported by cvs2svn $
     7*  @date  $Date: 2007-01-30 04:52:42 $
    88*
    99* Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    121121    psLogSetFormat("HLNM");
    122122    psLogSetLevel(PS_LOG_INFO);
    123     plan_tests(33);
     123    plan_tests(32);
    124124
    125125    // Allocate and evaluate an ordinary polynomial structure
Note: See TracChangeset for help on using the changeset viewer.