- Timestamp:
- 01/12/10 20:25:40 (15 years ago)
- Location:
- library/bdm/base
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/base/bdmbase.cpp
r768 r770 417 417 bool rvaddok; 418 418 for ( int i = 0; i < pdfs.length(); i++ ) { 419 bdm_assert( pdfs(i)->isnamed(), "Can not extract RV from pdf no. " + num2str(i)); 419 420 rvaddok = rv.add ( pdfs ( i )->_rv() ); //add rv to common rvs. 420 421 // If rvaddok==false, pdfs overlap => assert error. -
library/bdm/base/bdmbase.h
r768 r770 479 479 } 480 480 481 //! Names of variables stored in RV are considered to be valid only if their size match size of the parameters (dim). 481 482 bool isnamed() const { 482 483 return ( dim == rv._dsize() ) && ( dimc == rvc._dsize() );