1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 06:17:05 +01:00

Make compile if HAVE_LIME=0

This commit is contained in:
u37294
2020-05-04 10:26:20 -07:00
parent ff53b231c8
commit 59c51d2c35
3 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#define Benchmark_IO_hpp_
#include <Grid/Grid.h>
#ifdef HAVE_LIME
#define MSG std::cout << GridLogMessage
#define SEP \
"============================================================================="
@ -104,4 +104,5 @@ void readBenchmark(const Coordinate &latt, const std::string filename,
}
#endif //LIME
#endif // Benchmark_IO_hpp_