Changeset 775
- Timestamp:
- 01/12/10 20:29:04 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/stat/emix.h
r766 r775 159 159 shouldn't be modified after being passed to this method. 160 160 */ 161 Array<shared_ptr<epdf> >& _Coms ( ) {161 Array<shared_ptr<epdf> >& _Coms ( ) { 162 162 return Coms; 163 163 }