Changeset 7912:a90f8394e0e8


Ignore:
Timestamp:
01/03/08 09:19:10 (5 years ago)
Author:
mabshoff@…
Branch:
default
Tags:
2.9.2.alpha0
Message:

remove print out statetent to fix doctests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/plot/plot3d/shapes.pyx

    r7911 r7912  
    207207         
    208208        cdef double ratio = sqrt(rad*rad / ((base[0]-top[0])**2 + (base[1]-top[1])**2 + (base[2]-top[2])**2)) 
    209         print ratio 
     209        #print ratio 
    210210 
    211211        if ratio > .02: 
Note: See TracChangeset for help on using the changeset viewer.