Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit c8c1642c authored by gsell's avatar gsell
Browse files

changes to make OPAL gcc 4.8 ready

parent daf10502
No related branches found
No related tags found
No related merge requests found
......@@ -28,10 +28,10 @@
namespace Physics {
/// The value of \f[ \pi \f]
extern const double pi;
extern const double pi __attribute__ ((unused));
/// The value of \f[2 \pi \f]
extern const double two_pi;
extern const double two_pi __attribute__ ((unused));
/// The value of \f[ \frac{1}{2} \pi \f]
extern const double u_two_pi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment