toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Toon-members] Bug report: TooN - missing function (fwd)


From: SY Gan
Subject: Re: [Toon-members] Bug report: TooN - missing function (fwd)
Date: Tue, 15 May 2007 22:09:49 +0100
User-agent: Thunderbird 1.5.0.10 (X11/20070306)

this is pretty cool.

Timothy


Edward Rosten wrote:
> 
> Our first patch from the outside!
> 
> It appears that we now have outside users and no public mailing list. I
> was thinking of starting public mailing lists for the projects as well
> as the current private ones. Or I could make the current ones public.
> 
> Ideas?
> 
> 
> -Ed
> 
> 
> 
> 
> 
> 
> 
> ---------- Forwarded message ----------
> Date: Tue, 15 May 2007 07:35:51 +0000
> From: Ville Kyrki <address@hidden>
> To: Edward Rosten <address@hidden>
> Subject: Bug report: TooN - missing function
> 
> 
> I couldn't find any bug reporting info for TooN, so I decided to contact
> you
> as a project member. Hopefully you can forward this to those concerned.
> 
> Bug description:
> 
> so3.h is missing implementation for
> static inline SO3 SO3::exp(const double* vect)
> 
> A simple fix:
> inline SO3 SO3::exp(const double* vect)
> {
>   return SO3::exp(Vector<3>(vect));
> }
> 
> Regards,
> Ville Kyrki
> Lappeenranta University of Technology
> 
> 
> _______________________________________________
>   Message sent via/by Savannah
>   http://savannah.nongnu.org/
> 
> 
> 
> _______________________________________________
> Toon-members mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/toon-members
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]