Parent Directory
|
Revision Log
|
Patch
revision 372 by jgs, Tue Dec 6 01:13:57 2005 UTC | revision 373 by jgs, Fri Dec 16 01:31:06 2005 UTC | |
---|---|---|
# | Line 58 testNum = 0 | Line 58 testNum = 0 |
58 | ||
59 | totalTime = 0 | totalTime = 0 |
60 | ||
61 | for x0 in [1, 10, 100]: | for x0 in [10, 100]: |
62 | for x1 in [1, 10, 100]: | for x1 in [10, 100]: |
63 | ||
64 | print "#### x0:", x0, "#### x1:", x1, "####" | print "#### x0:", x0, "#### x1:", x1, "####" |
65 | msh=bruce.Rectangle(x0,x1) | msh=bruce.Rectangle(x0,x1) |
# | Line 72 for x0 in [1, 10, 100]: | Line 72 for x0 in [1, 10, 100]: |
72 | ||
73 | testNum+=1 | testNum+=1 |
74 | print testNum, ": ----------------------------------------------" | print testNum, ": ----------------------------------------------" |
75 | print a, ex, wh | |
76 | ||
77 | testElapsed = 0 | testElapsed = 0 |
78 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |