Ignore:
Timestamp:
09/02/10 16:41:40 (21 months ago)
Author:
saunders
Message:

small tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/linbox/linbox/blackbox/blas-blackbox.h

    r3405 r3443  
    298298 
    299299                const BlasBlackbox<MultiModDouble>& operator=(const BlasBlackbox<MultiModDouble> & A){                   
    300                         //_F   = A._F;           
     300                        _F   = A._F;             
    301301                        _row = A._row; 
    302302                        _col = A._col; 
     
    393393        protected: 
    394394                 
    395                 const MultiModDouble                 &_F;   
     395                MultiModDouble                 _F;   
    396396                const std::vector<MatrixDomain<Modular<double> > >   _MD;  
    397397                size_t                  _row,_col; 
Note: See TracChangeset for help on using the changeset viewer.