← Back to team overview

dolfin team mailing list archive

Re: [HG DOLFIN] Remove functions copy() and create() (use factory instead)

 

On Thu, Apr 03, 2008 at 07:47:13PM +0200, Martin Sandve Alnæs wrote:
> We only talked about create() the other day, copy() can still be
> useful! Or does the factory duplicate this functionality?

No, but Kent has added an assignment operator:

  GenericVector* y = x.factory().createVector();
  *y = x;

-- 
Anders


Follow ups

References