Show
Ignore:
Timestamp:
05/05/10 20:51:26 (14 years ago)
Author:
smidl
Message:

correction in MemDS and mgnorm

Files:
1 modified

Legend:

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

    r907 r924  
    10711071 
    10721072                set_parameters ( g, R ); 
    1073                 validate(); 
     1073                //validate(); 
    10741074        } 
    10751075        void validate() { 
    1076                 bdm_assert ( g->dimension() == this->dimension(), "incompatible function" ); 
     1076                this->iepdf.validate(); 
     1077                bdm_assert ( g->dimension() == this->iepdf.dimension(), "incompatible function" ); 
    10771078                this->dim = g->dimension(); 
    10781079                this->dimc = g->dimensionc();