Show
Ignore:
Timestamp:
11/24/09 00:08:40 (14 years ago)
Author:
smidl
Message:

Initial implementation of mixef.init() -- does not work due to missing to_setting

Files:
1 modified

Legend:

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

    r728 r735  
    310310                from_setting ( matrix, link.result ); 
    311311 
    312                 if ( matrix.cols() != 1 && matrix.rows() != 1 ) 
     312                if ( matrix.cols() != 1 && matrix.rows() != 1 && matrix.cols()!=0) 
    313313                        throw UISettingException ( "UIException: the vector length is invalid, it seems to be rather a matrix.", link.result ); 
    314314