Changeset 7912:a90f8394e0e8
- Timestamp:
- 01/03/08 09:19:10 (5 years ago)
- Branch:
- default
- Tags:
- 2.9.2.alpha0
- File:
-
- 1 edited
-
sage/plot/plot3d/shapes.pyx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/plot/plot3d/shapes.pyx
r7911 r7912 207 207 208 208 cdef double ratio = sqrt(rad*rad / ((base[0]-top[0])**2 + (base[1]-top[1])**2 + (base[2]-top[2])**2)) 209 print ratio209 #print ratio 210 210 211 211 if ratio > .02:
Note: See TracChangeset
for help on using the changeset viewer.
