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/base/bdmbase.cpp

    r889 r896  
    522522        // decide if we need to copy val to history 
    523523        if ( Hrv._dsize() > 0 ) { 
    524                 v2h_up = rv_hist0.dataind ( rv_up ); // indeces of elements of rv_up to be copied 
     524                v2h_up = rv_hist0.dataind ( rv_up ); // indices of elements of rv_up to be copied 
    525525        } // else v2h_up is empty 
    526526 
     
    535535        ivec ind_H; 
    536536        ivec ind_h0; 
    537         Hrv.dataind ( rv1, ind_H, ind_h0 ); // find indeces of rv in 
     537        Hrv.dataind ( rv1, ind_H, ind_h0 ); // find indices of rv in 
    538538        set_subvector ( history, ind_H, hist0 ( ind_h0 ) ); // copy given hist to appropriate places 
    539539}