Changeset 896 for library/bdm/design

Show
Ignore:
Timestamp:
04/09/10 09:31:37 (14 years ago)
Author:
mido
Message:

cleanup of MemDS and its descendants
bdmtoolbox/CMakeLists.txt slightly changed to avoid unnecessary MEX condition
"indeces" replaced by "indices"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/design/arx_ctrl.h

    r883 r896  
    6767                } 
    6868                vec tmp=lq.ctrlaction ( state, cond.right ( Stsp->_B().cols() ) ); 
    69                 if (!isfinite(sum(tmp))) { 
     69                if (!std::isfinite(sum(tmp))) { 
    7070                        cout << "infinite ctrl action"; 
    7171                }