← Back to team overview

dolfin team mailing list archive

Re: [HG DOLFIN] Remove old dolfin::Array code from swig files.

 

On Monday 17 August 2009 19:25:13 DOLFIN wrote:
> One or more new changesets pushed to the primary dolfin repository.
> A short summary of the last three changesets is included below.
>
> changeset:   6766:0601b1c810d7ae66aa298d171104f13a0a68d0e0
> tag:         tip
> user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
> date:        Mon Aug 17 18:25:00 2009 +0100
> files:       dolfin/swig/typemaps.i
> description:
> Remove old dolfin::Array code from swig files.

Good! 

I have thought of removing it sometime. But kept it because it is a nice 
typemap for any sequences -> to a vector<uint/double>. 

If we want such a typemap we can just re-add it using for example 
std::vector<uint/double> instead.

Johan

>
> changeset:   6765:84e71645284a0ba9cbb851533f61294ca2e2668e
> parent:      6764:e600ba505bd85cea7809271066bcda330b2fc53e
> parent:      6763:d8a5d0cb18a467039fd1da48363d5ac68ece917c
> user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
> date:        Mon Aug 17 18:16:29 2009 +0100
> files:
> description:
> merge.
>
>
> changeset:   6764:e600ba505bd85cea7809271066bcda330b2fc53e
> parent:      6761:f936b2842d23b5d0910081001ea16e23eed375a2
> user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
> date:        Mon Aug 17 18:15:31 2009 +0100
> files:       dolfin/function/Function.cpp dolfin/function/Function.h
> dolfin/function/SpecialFunctions.cpp description:
> Remove Function::geometric_dimension().
>
> This breaks the code in dolfin/swig/typemaps.i. Can someone explain it to
> me?
>
> ----------------------------------------------------------------------
> For more details, visit http://www.fenics.org/hg/dolfin
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev


References