Fork me on GitHub

Changeset 237 in svn for trunk/Utilities/Hector/include


Ignore:
Timestamp:
Feb 3, 2009, 2:21:15 PM (16 years ago)
Author:
Xavier Rouby
Message:

'pi' constant added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/Hector/include/H_BeamParticle.h

    r216 r237  
    174174                /// Adds a new vector (x,tx,y,ty,s) at the end of H_BeamParticle::positions
    175175                void addPosition(const double , const double , const double , const double , const double );
     176
     177                static const float pi = 3.14159265358979312;
    176178};
    177179#endif
Note: See TracChangeset for help on using the changeset viewer.