root/library/tests/epdfds.cfg @ 598

Revision 598, 217 bytes (checked in by smidl, 15 years ago)

new buffered datalink ( #32 ) and new datasources - all with minor trivial tests

Line 
1ds={
2class = "EpdfDS";
3epdf = {
4  class = "enorm<ldmat>";
5  mu = ( "matrix", 2, 1, [ 1.0, 2.0 ] );
6  R =  ( "matrix", 2, 2, [ 1e-4, 0.0, 0.0,  2e-4 ] );
7  rv = {
8    class = "RV";
9    names = ( "a", "b" );
10  };
11};
12};
Note: See TracBrowser for help on using the browser.