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

Text and Binary readers

This commit is contained in:
Peter Boyle
2015-08-20 23:04:38 +01:00
parent 091785e5f5
commit 35818fdf6c
9 changed files with 332 additions and 43 deletions

View File

@ -441,7 +441,7 @@ inline void readNerscObject(Lattice<vobj> &Umu,std::string file,munger munge,int
template<class vobj,class sobj,class fobj,class munger>
inline void writeNerscObject(Lattice<vobj> &Umu,std::string file,munger munge,int offset,
int sequence,double lt,double pl)
int sequence,double lt,double pl)
{
GridBase *grid = Umu._grid;
NerscField header;