Show
Ignore:
Timestamp:
02/21/10 20:58:41 (14 years ago)
Author:
smidl
Message:

egiw with empty normal part

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/testsuite/egiw.cfg

    r730 r810  
    4545        }; 
    4646  tolerance = 0.01; 
    47 } ); 
     47}, 
     48{ 
     49  class = "epdf_harness"; 
     50  epdf = { 
     51    class = "egiw"; 
     52    V = ( "matrix", 2, 2, [ 10.0, 5.0, 5.0, 15.0 ] ); 
     53    nu = 10.0; 
     54    dimx = 2; 
     55    rv :  
     56    { 
     57      class = "RV"; 
     58      names = ( "a", "b" ); 
     59    }; 
     60  }; 
     61  mean = [1.0, 0.5, 0.5, 1.5]; 
     62  variance = [1.0, 1.0]; 
     63  R = ( "matrix", 2, 2, [ 1.0, 0.0, 0.0, 1.0 ] ); 
     64  support = { 
     65        class = "rectangular_support"; 
     66        ranges = ( [ 0.0, 4.0 ], [-2.0, 2.0], [-2.0, 2.0], [0.0, 4.0 ] ); 
     67        gridsizes = [ 10, 10, 10, 10]; 
     68        }; 
     69  tolerance = 0.01; 
     70}); 
    4871 
    4972