#9119: Cython variables used then later declared
---------------------------+------------------------------------------------
   Reporter:  jason        |       Owner:  jason, was
       Type:  defect       |      Status:  new       
   Priority:  trivial      |   Milestone:            
  Component:  graphics     |    Keywords:            
     Author:  Jason Grout  |    Upstream:  N/A       
   Reviewer:               |      Merged:            
Work_issues:               |  
---------------------------+------------------------------------------------
 This patch takes care of a minor issue with variables being used, and then
 later declared.  This takes care of these warnings:

 {{{
 warning: /Users/grout/sage-4.4.2/devel/sage-
 main/sage/plot/plot3d/parametric_surface.pyx:355:20: cdef variable 'u'
 declared after it is used
 warning: /Users/grout/sage-4.4.2/devel/sage-
 main/sage/plot/plot3d/parametric_surface.pyx:355:23: cdef variable 'v'
 declared after it is used
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9119>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to