← Back to team overview

dolfin team mailing list archive

question concerning Generic* operator=

 

We have the following operator= in GenericVector 

    /// Assignment operator
    virtual const GenericVector& operator= (const GenericVector& x) = 0;

and a similar one in eg. EpetraVector: 

    /// Assignment operator 
    const EpetraVector& operator= (const EpetraVector& x);

Is this operator an implementation of the operator in GenericVector ? 

Kent



Follow ups