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/stat/discrete.h

    r737 r896  
    3636        //! active vector for first_vec and next_vec 
    3737        vec actvec; 
    38         //! indeces of active vector 
     38        //! indices of active vector 
    3939        vec actvec_ind; 
    4040        //! length of steps in each dimension 
     
    5151        void initialize(); 
    5252 
    53         //! return vector at position given by vector of indeces 
     53        //! return vector at position given by vector of indices 
    5454        vec get_vec ( const ivec &inds ); 
    5555 
    56         //! convert dimension indeces into linear index, the indexing is in the same way as in \c next_vec() 
     56        //! convert dimension indices into linear index, the indexing is in the same way as in \c next_vec() 
    5757        long linear_index ( const ivec inds ); 
    5858