yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #02388
Re: [Branch ~yade-dev/yade/trunk] Rev 1826: 1. Remove implementation of global functions from Tetra.hpp to Tetra.cpp (gave errors on linking ...
I have no errors during compilation, but if I run script I get:
sega@think:~/work/yade/trunk/scripts/test> yade-trunk facet-sphere.py
TCP python prompt on localhost:9000, auth cookie `aeduys'
TCP info provider on localhost:21000
Running script facet-sphere.py
Traceback (most recent call last):
File "/home/sega/YADE/lib/yade-trunk/gui/PythonUI_rc.py", line 131, in
<module>
execfile(runtime.script)
File "facet-sphere.py", line 6, in <module>
BexResetter(),
NameError: name 'BexResetter' is not defined
sega@think:~/work/yade/trunk/scripts/test> yade-trunk
clump-hopper-viscoelastic.py
TCP python prompt on localhost:9000, auth cookie `asduck'
TCP info provider on localhost:21000
Running script clump-hopper-viscoelastic.py
Traceback (most recent call last):
File "/home/sega/YADE/lib/yade-trunk/gui/PythonUI_rc.py", line 131, in
<module>
execfile(runtime.script)
File "clump-hopper-viscoelastic.py", line 18, in <module>
facetMat=O.materials.append(SimpleViscoelasticMat(frictionAngle=frictionAngle,**params))
# **params sets kn, cn, ks, cs
NameError: name 'SimpleViscoelasticMat' is not defined
and so on... (it is for clean compilation with defaults)...
--
Best regards,
Sergei Dorofeenko,
Cand. Phys.-Mat. Sci.
Institute of Problems of Chemical Physics,
Chernogolovka, Moscow region, Russia.
e-mail: dorofeenko@xxxxxxxxx
Follow ups
References