root/library/tests/rectangular_support_test.cpp @ 563

Revision 563, 206 bytes (checked in by vbarta, 15 years ago)

initializing numeric fields in default constructor of rectangular_support; added test

Line 
1#include "stat/discrete.h"
2#include "mat_checks.h"
3#include "UnitTest++.h"
4
5using namespace bdm;
6
7TEST ( test_rectangular_support ) {
8        rectangular_support rs;
9        CHECK_EQUAL ( rs.first_vec(), vec ( 0 ) );
10}
Note: See TracBrowser for help on using the browser.