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:
@ -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_
|
||||
|
Reference in New Issue
Block a user