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

_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev

Reply via email to