IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2007, 5:57:25 PM (19 years ago)
Author:
jhoblitt
Message:

disable unnecessary diag() calls

File:
1 edited

Legend:

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

    r10170 r12513  
    1010    plan_tests(26);
    1111
    12     diag("psSparse() tests");
     12//    diag("psSparse() tests");
    1313
    1414    // test psSparseSolve for a simple normal example matrix
     
    1616        psMemId id = psMemGetId();
    1717
    18         diag ("solve a normalized matrix equation with psSparseSolve");
     18//        diag ("solve a normalized matrix equation with psSparseSolve");
    1919
    2020        // the basic equation is Ax = b
     
    8989        psMemId id = psMemGetId();
    9090
    91         diag ("solve a non-normalized matrix equation with psSparseSolve");
     91//        diag ("solve a non-normalized matrix equation with psSparseSolve");
    9292
    9393        // the basic equation is Ax = b
     
    173173        psMemId id = psMemGetId();
    174174
    175         diag ("solve a simple, small matrix equation ");
     175//        diag ("solve a simple, small matrix equation ");
    176176
    177177        // the basic equation (Ax = b) is:
     
    283283        psMemId id = psMemGetId();
    284284
    285         diag ("solve a simple, small matrix equation ");
     285//        diag ("solve a simple, small matrix equation ");
    286286
    287287        // the basic equation (Ax = b) is:
Note: See TracChangeset for help on using the changeset viewer.