1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Remez tested

This commit is contained in:
Peter Boyle
2015-05-18 12:09:25 +01:00
parent 1887c77498
commit 193fd5532f
7 changed files with 290 additions and 180 deletions

View File

@ -481,7 +481,7 @@ inline void writeNerscObject(Lattice<vobj> &Umu,std::string file,munger munge,in
// Now write the body
//////////////////////////////////////////////////
{
std::ofstream fout(file,std::ios::binary|std::ios::in);
std::ofstream fout(file,std::ios::binary|std::ios::out);
fout.seekp(offset);
Umu = zero;