working on adding 3D baker. also starting to massage together a good baker method test (2D), and added a stub file for 3D testing

This commit is contained in:
Stephen Mardson McQuay
2010-01-29 11:56:52 -07:00
parent 961b3b7b26
commit f4b2c95cf5
5 changed files with 152 additions and 20 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ def f(l, i, d):
d['a'] = 'shutup'
print 'hello world', i, d
j = 0.0
for i in xrange(1000000):
for i in xrange(10000000):
j = j + j/2.0
if __name__ == '__main__':