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/bdmbase.h

    r792 r795  
    504504        epdf() {}; 
    505505        epdf ( const epdf &e ) : pdf ( e ) {}; 
    506          
    507         virtual void    validate (int dim0){ 
    508                 dim = dim0; 
    509         } 
    510          
     506                 
    511507        //!@} 
    512508