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

Merge develop

This commit is contained in:
Peter Boyle
2019-07-16 11:59:56 +01:00
parent fa9cd50c5b
commit 08904f830e
164 changed files with 5901 additions and 228 deletions

View File

@ -37,8 +37,8 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
#include <vector>
#include <cassert>
namespace Grid {
NAMESPACE_BEGIN(Grid);
class BinaryWriter: public Writer<BinaryWriter>
{
public:
@ -163,6 +163,6 @@ namespace Grid {
for( auto i = 0; i < count; ++i)
read("", buf[i]);
}
}
NAMESPACE_END(Grid);
#endif