Changeset 165 for bdm/stat/libBM.h

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

Switch from eprod to mprod, merger devel

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libBM.h

    r162 r165  
    7777        //! Compare if \c rv2 is identical to this \c RV 
    7878        bool equal (const RV &rv2 ) const; 
    79         //! Add (concat) another variable to the current one, \return 0 if all rv2 were added, 1 if rv2 is in conflict 
     79        //! Add (concat) another variable to the current one, \return true if all rv2 were added, false if rv2 is in conflict 
    8080        bool add ( const RV &rv2 ); 
    8181        //! Subtract  another variable from the current one