Show
Ignore:
Timestamp:
01/29/10 01:13:17 (14 years ago)
Author:
mido
Message:

validate() finally included into UI::build mechanism and removed from some from_setting methods,
from that point StateDS test does not pass, I do not understand why

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/datasources.cpp

    r738 r795  
    162162        UI::get ( xt, set, "x0", UI::optional ); 
    163163 
    164         // prepare urv 
    165         validate(); 
    166164} 
    167165 
    168166void StateDS::validate() { 
     167        DS::validate(); 
     168 
    169169        Yrv = concat ( OM->_rv() , IM->_rv() ); // export also true state 
    170170        ytsize = Yrv._dsize();