Changeset 270 for bdm/uibuilder.h

Show
Ignore:
Timestamp:
02/16/09 10:02:08 (15 years ago)
Author:
smidl
Message:

Changes in the very root classes!
* rv and rvc are no longer compulsory,
* samplecond does not return ll
* BM has drv

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/uibuilder.h

    r263 r270  
    7878                        return tmp; 
    7979                }; 
    80                 const vec getivec ( Setting& S ) const { 
     80                const ivec getivec ( Setting& S ) const { 
    8181                        CHECK_UITYPE ( S,TypeArray ); 
    82                         vec tmp; 
     82                        ivec tmp; 
    8383                        tmp.set_size ( S.getLength() ); 
    8484                        for ( int i=0;i<S.getLength();i++ ) {