1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-17 11:41:53 +01:00

Build without LIME

This commit is contained in:
Peter Boyle
2020-11-17 04:41:15 -08:00
parent c2b688abc9
commit dd8d70eeff
4 changed files with 12 additions and 7 deletions

View File

@@ -2,12 +2,12 @@
#define Benchmark_IO_hpp_
#include <Grid/Grid.h>
#ifdef HAVE_LIME
#define MSG std::cout << GridLogMessage
#define SEP \
"-----------------------------------------------------------------------------"
#define BIGSEP \
"============================================================================="
#ifdef HAVE_LIME
namespace Grid {