Fork me on GitHub

Changeset 217 in svn for trunk


Ignore:
Timestamp:
Feb 2, 2009, 12:29:10 PM (16 years ago)
Author:
Xavier Rouby
Message:

unuse variable 'theta' removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/FROG/Includes/FROG/FROG_Element_Primitive_Cone.h

    r111 r217  
    8282                glRotatef(rotPhi  ,0,1,0);
    8383                glRotatef(rotTheta,1,0,0);
    84                 double theta=atan(L/Radius);
     84                //double theta=atan(L/Radius);
    8585                if(Side==1){
    8686                glBegin (GL_QUADS);                     
Note: See TracChangeset for help on using the changeset viewer.