Blame view

stim/math/constants.h 107 Bytes
821513c8   David Mayerich   ERROR plane wave ...
1
2
3
  #ifndef RTS_CONSTANTS_H
  #define RTS_CONSTANTS_H
  
8a86bd56   David Mayerich   changed rts names...
4
5
  #define stimPI 	3.14159
  #define stimTAU	2 * rtsPI
821513c8   David Mayerich   ERROR plane wave ...
6
  
8a86bd56   David Mayerich   changed rts names...
7
  #endif