Changeset 224 for bdm/stat/emix.h

Show
Ignore:
Timestamp:
01/05/09 19:59:06 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/emix.h

    r214 r224  
    9696        emix ( const RV &rv ) : epdf ( rv ) {}; 
    9797        //! Set weights \c w and components \c Coms 
    98         //!By default Coms are copied inside. \param copy can be set to false if Coms live externally. Use method ownComs() if Coms should be destroyed by the destructor. 
     98        //!By default Coms are copied inside. Parameter \c copy can be set to false if Coms live externally. Use method ownComs() if Coms should be destroyed by the destructor. 
    9999        void set_parameters ( const vec &w, const Array<epdf*> &Coms, bool copy=true ); 
    100100