One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 5197:293087f46b048ea16f9f00997b519f3d44e3be43
tag: tip
user: "Johan Hake <hake@xxxxxxxxx>"
date: Tue Nov 25 00:17:44 2008 +0100
files: dolfin/swig/dolfin.i dolfin/swig/dolfin_shared_ptr_classes.i
description:
Added support for shared_ptr in the swig interface. Not used for now. Can be enabled by an #IFDEF.
changeset: 5196:0b29d25e8c0d8d839cc9ccce001d3f15c29f8b6d
user: "Johan Hake <hake@xxxxxxxxx>"
date: Tue Nov 25 00:14:25 2008 +0100
files: dolfin/fem/Form.cpp dolfin/fem/Form.h
description:
Added another constructor to dolfin::Form. This is for the python interface.
Commenting out the delete _ufc_form in the destructor. Should use shared_ptr
in the future.