Skip to content
  • Karl Wette's avatar
    LALInspiral: replace constants oneby3, twoby3, etc. with literals · 9c1c4db7
    Karl Wette authored
    - no benefit from having these as constants, since any modern compiler
      will compute them at compile time
    - not consistently used, some codes define their own constants, etc.
    - not used in newer LALSimulation codes
    - ninty4by3etc kept, but moved into source files where it is used
    - LALINSPIRAL_PNTHETA and LALINRPIAL_PNLAMBDA removed, not used anywhere
    - passes 'make check'
    Original: b45db11e74a2548127f1000b7e1c50d7de7c634c
    9c1c4db7