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

better Version.h implementation

This commit is contained in:
2018-09-01 19:49:13 +01:00
parent ee630d2e8b
commit b52d8eb1e3
5 changed files with 25 additions and 10 deletions

View File

@ -49,7 +49,6 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
#include <Grid/Grid.h>
#include <Grid/util/CompilerCompatible.h>
#include <version.h>
#include <fenv.h>

View File

@ -1,5 +1,5 @@
#include <iostream>
#include <version.h>
#include "Version.h"
namespace Grid {
void printHash(){
#ifdef GITHASH