1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

fclose should be called through a call to close()

This commit is contained in:
paboyle 2018-03-09 20:44:10 +00:00
parent c399c2b44d
commit b801e1fcd6

View File

@ -568,7 +568,6 @@ class IldgWriter : public ScidacWriter {
writeLimeIldgLFN(header.ildg_lfn); // rec
writeLimeLatticeBinaryObject(Umu,std::string(ILDG_BINARY_DATA)); // Closes message with checksum
// limeDestroyWriter(LimeW);
fclose(File);
}
};