← Back to team overview

dolfin team mailing list archive

Virtual operators

 

It also looks like "virtual" is used for some operators, like

  virtual const PETScMatrix& operator/= (real a);

but not for others, like

  const PETScVector& operator/= (real a);

Should we add it in everywhere?

-- 
Anders