On Fri, Oct 16, 2009 at 03:29:58PM +0200, Johan Hake wrote:
> On Friday 16 October 2009 14:13:34 Anders Logg wrote:
> > I have an Expression class with a member function that looks like this:
> >
> > void update(boost::shared_ptr u)
> > {
> >...
> > }
> >
> > I used to be able to send in
On Friday 16 October 2009 14:13:34 Anders Logg wrote:
> I have an Expression class with a member function that looks like this:
>
> void update(boost::shared_ptr u)
> {
>...
> }
>
> I used to be able to send in a Python Function as argument to this
> from Python but not anymore. I get t
On Friday 16 October 2009 14:50:45 Anders Logg wrote:
> On Fri, Oct 16, 2009 at 02:42:13PM +0200, Johan Hake wrote:
> > On Friday 16 October 2009 14:13:34 Anders Logg wrote:
> > > I have an Expression class with a member function that looks like this:
> > >
> > > void update(boost::shared_ptr u)
On Fri, Oct 16, 2009 at 02:42:13PM +0200, Johan Hake wrote:
> On Friday 16 October 2009 14:13:34 Anders Logg wrote:
> > I have an Expression class with a member function that looks like this:
> >
> > void update(boost::shared_ptr u)
> > {
> >...
> > }
> >
> > I used to be able to send in
On Friday 16 October 2009 14:13:34 Anders Logg wrote:
> I have an Expression class with a member function that looks like this:
>
> void update(boost::shared_ptr u)
> {
>...
> }
>
> I used to be able to send in a Python Function as argument to this
> from Python but not anymore. I get t
I have an Expression class with a member function that looks like this:
void update(boost::shared_ptr u)
{
...
}
I used to be able to send in a Python Function as argument to this
from Python but not anymore. I get the following error message:
argument 2 of type 'boost::shared_ptr< do