← Back to team overview

yade-dev team mailing list archive

Re: Engine crash

 

Anton Gladky píše v Pá 27. 11. 2009 v 15:53 +0100:

> Ok, thanks, will use it. But now I need such file.
> Actually, what functions includes _utils.cpp? Is it wrapped C++
> functions, accessible from python to get higher productivity?

Yes, for performance reasone. They are however accessible thorugh
yade.utils, since it imports all its symbols into itself:

py/utils.py:21: from yade._utils import *

(same with _pack*.cpp, _eudoxos.cpp)

Cheers, v.





References