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

Format, NAMESPACE

This commit is contained in:
paboyle
2018-01-12 23:42:22 +00:00
parent 4be31ad1f6
commit 69496482fc

View File

@ -37,7 +37,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
#include <vector>
#include <cassert>
namespace Grid {
NAMESPACE_BEGIN(Grid);
class BinaryWriter: public Writer<BinaryWriter>
{
@ -114,6 +114,7 @@ namespace Grid {
read("", output[i]);
}
}
}
NAMESPACE_END(Grid);
#endif