On Tuesday May 25 2010 13:46:14 Garth N. Wells wrote: > On 25/05/10 17:16, [email protected] wrote: > > ------------------------------------------------------------ > > revno: 4753 > > committer: Johan Hake<[email protected]> > > branch nick: dolfin > > timestamp: Tue 2010-05-25 09:13:39 -0700 > > > > message: > > A small change to SWIG interface of GenericDofMap > > Thanks - I wasn't really sure what I was doing (I just mimicked > GenericFunction/Function), but was confident that an improvement would > be forthcoming if needed.
You were almost good. The variable interface was just unavailable for GenericDofMap. So any DofMaps, bisides, our own dolfin::DofMap, wont get access to the Variable interface. Btw: I am strugling with changes in SWIG 2.0.0. It will be released soon with interface changes for dealing with shared_ptr. Regressions are also introduced :( Bugs are reported... Johan > Garth > > > modified: > > dolfin/swig/shared_ptr_classes.i > > > > -- > > lp:dolfin > > https://code.launchpad.net/~dolfin-core/dolfin/main > > > > Your team DOLFIN Core Team is subscribed to branch lp:dolfin. > > To unsubscribe from this branch go to > > https://code.launchpad.net/~dolfin-core/dolfin/main/+edit-subscription > > _______________________________________________ > Mailing list: https://launchpad.net/~dolfin > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dolfin > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

