Changeset 193 for bdm/stat/libBM.h

Show
Ignore:
Timestamp:
10/22/08 10:46:42 (16 years ago)
Author:
smidl
Message:

oprava merger_iter a jeho casti

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libBM.h

    r192 r193  
    296296                return tmp; 
    297297        } 
     298        void fill_val_cond ( vec &val_up, const vec &val, const vec &cond ) { 
     299                it_assert_debug ( valsize==val.length(),"Wrong val" ); 
     300                it_assert_debug ( valupsize==val_up.length(),"Wrong val_up" ); 
     301                set_subvector ( val_up, v2v_up, val ); 
     302                set_subvector ( val_up, v2c_up, cond ); 
     303        } 
    298304}; 
    299305//!DataLink is a connection between mpdf and its superordinate (Up)