Show
Ignore:
Timestamp:
01/12/10 20:25:40 (14 years ago)
Author:
smidl
Message:

Better doc of isnamed + checking of names in composite_rv

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.h

    r768 r770  
    479479        } 
    480480 
     481        //! Names of variables stored in RV are considered to be valid only if their size match size of the parameters (dim). 
    481482        bool isnamed() const { 
    482483                return ( dim == rv._dsize() ) && ( dimc == rvc._dsize() );