Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1815: Fix bug with import facets from stl

2009-11-26 Thread Anton Gladky
Now core/State.hpp produces a LOT of warnings during compilation. Please, fix it, when you finish with that. Thank you __ Anton Gladkyy 2009/11/26 Sergei D. > > > Are you sure this is OK? Can it mean that wrong State will be used? > >> ## resets state (!!)

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1815: Fix bug with import facets from stl

2009-11-26 Thread Sergei D.
> Are you sure this is OK? Can it mean that wrong State will be used? >> ## resets state (!!) >> - b.state=b.mat.newAssocState() >> + if resetState: b.state=b.mat.newAssocState() >> mass=volume*b.mat['density'] So, is the state defined by the material? Logically... The

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1815: Fix bug with import facets from stl

2009-11-26 Thread Václav Šmilauer
Are you sure this is OK? Can it mean that wrong State will be used? > ## resets state (!!) > - b.state=b.mat.newAssocState() > + if resetState: b.state=b.mat.newAssocState() > mass=volume*b.mat['density'] ___ Mailing list: ht

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1816: CohesiveStateRPMRecorder base templates are added. This Engine is for calculating

2009-11-26 Thread noreply
revno: 1816 committer: Anton Gladky branch nick: trunk timestamp: Thu 2009-11-26 17:27:21 +0100 message: CohesiveStateRPMRecorder base templates are added. This Engine is for calculating cohesive contacts in the RPM model. added:

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1815: Fix bug with import facets from stl

2009-11-26 Thread noreply
revno: 1815 committer: Sergei D. branch nick: trunk timestamp: Thu 2009-11-26 18:57:19 +0300 message: Fix bug with import facets from stl modified: py/utils.py py/ymport.py -- lp:yade https://code.launchpad.net/~yade-dev/yade/tru

Re: [Yade-dev] bug in SConstruct?

2009-11-26 Thread Bruno Chareyre
Now in scons.profile-* should be CPPPAHT="paht1:path2" LIBPATH="paht1:path2" etc. instead *PAHT=["paht1:path2"] I had no CPPPATH or LIBPATH definition in any profiles. However, the problem disappeared when I removed QTDIR from my profiles. Thanks. Bruno

Re: [Yade-dev] bug in SConstruct?

2009-11-26 Thread Anton Gladky
I would recommend you to clean your scons.profile-default file and leave only features, prefix and version. It helped me. __ Anton Gladkyy 2009/11/26 Bruno Chareyre > > The problem in SConstruct was introduced in r1813. > The strange part is the function "split" is

Re: [Yade-dev] bug in SConstruct?

2009-11-26 Thread Bruno Chareyre
The problem in SConstruct was introduced in r1813. The strange part is the function "split" is used in 1812 before without a problem... Bruno Bruno Chareyre a écrit : Hello, I have this compile error below with last revision. Question : what is the equivalent of "svn update -r1222" in bzr?

Re: [Yade-dev] bug in SConstruct?

2009-11-26 Thread Sergei D.
Bruno Chareyre: > Hello, I have this compile error below with last revision. > > Question : what is the equivalent of "svn update -r1222" in bzr? > I wanted to go back to the previous version but couldn't find a way... > bzr revert -r revno > @@@ Using profile opt (scons.profile-opt) @@@ > Att

[Yade-dev] bug in SConstruct?

2009-11-26 Thread Bruno Chareyre
Hello, I have this compile error below with last revision. Question : what is the equivalent of "svn update -r1222" in bzr? I wanted to go back to the previous version but couldn't find a way... Bruno @@@ Using profile opt (scons.profile-opt) @@@ AttributeError: 'list' object has no attribute

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1813: merge clump branch with trunk

2009-11-26 Thread noreply
Merge authors: Anton Gladky (gladky-anton) Václav Šmilauer (eudoxos) revno: 1813 [merge] committer: Sergei D. branch nick: clumps timestamp: Thu 2009-11-26 15:57:26 +0300 message: merge clump branch with trunk removed: extra/Peri

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1814: Add some tests for clumps

2009-11-26 Thread noreply
revno: 1814 committer: Sergei D. branch nick: clumps timestamp: Thu 2009-11-26 16:13:21 +0300 message: Add some tests for clumps added: scripts/test/clump-inbox-viscoelastic.py scripts/test/clump-viscoelastic.py -- lp:yade https:

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1812: Add to NewtonDampedLaw a modified leap-frog algorithm for accurate integration of rotation equati...

2009-11-26 Thread noreply
revno: 1812 committer: Sergei D. branch nick: clumps timestamp: Thu 2009-11-26 13:34:14 +0300 message: Add to NewtonDampedLaw a modified leap-frog algorithm for accurate integration of rotation equation. This is intermideate commit: n

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1811: Adaptation NewtonDampedLaw to material/state classes

2009-11-26 Thread noreply
revno: 1811 committer: Sergei D. branch nick: clumps timestamp: Mon 2009-11-23 18:36:10 +0300 message: Adaptation NewtonDampedLaw to material/state classes modified: pkg/dem/Engine/StandAloneEngine/NewtonsDampedLaw.cpp pkg/dem/Engi