From ea7f8fda5ede7085e45e3e9335f17f6a215786c2 Mon Sep 17 00:00:00 2001 From: nmeyer-ur Date: Wed, 22 Jul 2020 09:34:05 +0200 Subject: [PATCH] fix typo --- Grid/util/Init.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/util/Init.cc b/Grid/util/Init.cc index a508f5a6..6a84a2f2 100644 --- a/Grid/util/Init.cc +++ b/Grid/util/Init.cc @@ -320,7 +320,7 @@ void Grid_init(int *argc,char ***argv) #if defined(A64FX) if( GridCmdOptionExists(*argv,*argv+*argc,"--comms-overlap") ){ - std::cout << "Option --comms-overlap currently not supported on QPACE4. Exiting." + std::cout << "Option --comms-overlap currently not supported on QPACE4. Exiting." << std::endl; exit(EXIT_FAILURE); } #endif