Show
Ignore:
Timestamp:
01/29/10 22:19:01 (14 years ago)
Author:
smidl
Message:

making testsuite work again

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/merger.h

    r773 r799  
    188188 
    189189        void validate() { 
    190                 bdm_assert ( eSmp._w().length() > 0, "Empty support, use set_support()." ); 
    191                 bdm_assert ( dim == eSmp._samples() ( 0 ).length(), "Support points and rv are not compatible!" ); 
     190//              bdm_assert ( eSmp._w().length() > 0, "Empty support, use set_support()." ); 
     191//              bdm_assert ( dim == eSmp._samples() ( 0 ).length(), "Support points and rv are not compatible!" ); 
    192192                bdm_assert ( isnamed(), "mergers must be named" ); 
    193193        }