Mercurial > code > home > repos > light9
diff bin/curvecalc @ 759:f22f925442a2
reformat
Ignore-this: 879b21c85840ff90adea174b198bee21
author | drewp@bigasterisk.com |
---|---|
date | Sat, 16 Jun 2012 01:31:50 +0000 |
parents | 5f384443e3ed |
children | 634e8a3ebd0a |
line wrap: on
line diff
--- a/bin/curvecalc Sat Jun 16 01:19:51 2012 +0000 +++ b/bin/curvecalc Sat Jun 16 01:31:50 2012 +0000 @@ -97,7 +97,7 @@ except SubtermExists: pass curveView = self.curvesetView.row(subName).curveView - t = self.lastSeenInputTime # curveView.current_time() # new curve hasn't heard the time yet + t = self.lastSeenInputTime # curveView.current_time() # new curve hasn't heard the time yet. this has gotten too messy- everyone just needs to be able to reach the time source print "time", t curveView.add_point((t - .5, 0)) curveView.add_point((t, 1))