Skip to content
Snippets Groups Projects

MagFieldElements: Fix compilation with clang10.

Merged Scott Snyder requested to merge ssnyder/athena:clang10.MagFieldElements-20200911 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -16,6 +16,7 @@
#define BFIELDVECTOR_H
#include <array>
#include <cstdlib>
template<class T>
class BFieldVector
Loading