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

Pragma use for nvcc, warning elimination.

This commit is contained in:
paboyle
2018-01-24 13:15:43 +00:00
parent 22d137d4e5
commit bd08dc4f45
3 changed files with 33 additions and 42 deletions

View File

@@ -56,7 +56,6 @@ public:
// for the header-reader
static inline int readHeader(std::string file,GridBase *grid, FieldMetaData &field)
{
int offset=0;
std::map<std::string,std::string> header;
std::string line;