|
||||
File indexing completed on 2024-04-06 12:13:29
0001 #ifndef GeneratorInterface_ExhumeInterface_I_h 0002 #define GeneratorInterface_ExhumeInterface_I_h 0003 #include <complex> 0004 namespace Exhume { 0005 const std::complex<double> _i_sq_ = -1.0; 0006 const std::complex<double> _sqrt_i_sq_ = sqrt(_i_sq_); 0007 //#define I _sqrt_i_sq_ 0008 const std::complex<double> I = _sqrt_i_sq_; 0009 } // namespace Exhume 0010 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |