Changeset 28 for bdm/math

Show
Ignore:
Timestamp:
02/22/08 16:40:12 (16 years ago)
Author:
smidl
Message:

prelozitelna verze

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/math/libDC.h

    r26 r28  
    8181                int rows() const {return dim;}; 
    8282 
     83                //! Destructor for future use; 
     84                virtual ~sqmat(){}; 
    8385        protected: 
    8486                int dim; 
     
    110112                fsqmat ( const mat &M ); 
    111113 
     114                //! Destructor for future use; 
     115                virtual ~fsqmat(){}; 
     116 
     117 
    112118                /*! \brief Matrix inversion preserving the chosen form. 
    113119 
     
    144150                //! Default initialization with proper size 
    145151                ldmat(const int dim0); 
     152 
     153                //! Destructor for future use; 
     154                virtual ~ldmat(){}; 
    146155 
    147156                // Reimplementation of compulsory operatios