2009/2/16 DOLFIN <[email protected]>: > One or more new changesets pushed to the primary dolfin repository. > A short summary of the last three changesets is included below. > > changeset: 5702:acb1340a91017e346d26fbcedd85a60c80acc62f > tag: tip > user: "Johan Hake <[email protected]>" > date: Mon Feb 16 08:25:38 2009 +0100 > files: site-packages/dolfin/interpolate.py > description: > Changed isinstance check from the wrapped versions of Function and > FunctionSpace > to the swig generated proxy classes, i.e., cpp.Function and cpp.FunctionSpace.
Is interpolate.py the only place which type-checks shared pointers? For example, doesn't viper plot need these changes too? -Ali > > > changeset: 5701:d3661203791d9c7707695c59adbbd3a2e20a220c > user: Anders Logg <[email protected]> > date: Sun Feb 15 21:23:36 2009 +0100 > files: dolfin/function/Function.cpp > description: > Move code from Function copy constructor to assignment operator and > call assignment operator from copy constructor > > > changeset: 5700:751b0e4c4e3cba0c5fe19287f8423815045a496f > user: Anders Logg <[email protected]> > date: Sun Feb 15 21:19:37 2009 +0100 > files: dolfin/function/Function.cpp > description: > Either assign vector or interpolate values in Function copy constructor > > ---------------------------------------------------------------------- > For more details, visit http://www.fenics.org/hg/dolfin > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev > _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
