yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #02591
[Branch ~yade-dev/yade/trunk] Rev 1876: Hopefully fix yade-multi https://bugs.launchpad.net/yade/+bug/493686 now? Please confirm.
------------------------------------------------------------
revno: 1876
committer: Václav Šmilauer <eudoxos@xxxxxxxx>
branch nick: trunk
timestamp: Wed 2009-12-09 16:30:25 +0100
message:
Hopefully fix yade-multi https://bugs.launchpad.net/yade/+bug/493686 now? Please confirm.
modified:
py/plot.py
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.
=== modified file 'py/plot.py'
--- py/plot.py 2009-12-05 10:57:58 +0000
+++ py/plot.py 2009-12-09 15:30:25 +0000
@@ -42,7 +42,7 @@
"""
if l>maxDataLen:
global plotDataCollector
- if not plotDataCollector: plotDataCollector=o.labeledEngine('plotDataCollector') # will raise RuntimeError if not found
+ if not plotDataCollector: plotDataCollector=O.labeledEngine('plotDataCollector') # will raise RuntimeError if not found
if plotDataCollector['mayStretch']: # may we double the period without getting over limits?
plotDataCollector['stretchFactor']=2. # just to make sure
print "Reducing data: %d > %d"%(l,maxDataLen)