1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Format, NAMESPACE

This commit is contained in:
paboyle 2018-01-12 23:43:44 +00:00
parent 69496482fc
commit 59b31b6bb8

View File

@ -1,4 +1,4 @@
/*************************************************************************************
/*************************************************************************************
Grid physics library, www.github.com/paboyle/Grid
@ -24,8 +24,8 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution directory
*************************************************************************************/
/* END LEGAL */
*************************************************************************************/
/* END LEGAL */
#ifndef GRID_SERIALISATION_READER_H
#define GRID_SERIALISATION_READER_H
@ -50,8 +50,8 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
//////////////////////////////////////////
// Select the default serialiser use ifdef's
//////////////////////////////////////////
namespace Grid {
typedef XmlReader DefaultReader;
typedef XmlWriter DefaultWriter;
}
NAMESPACE_BEGIN(Grid);
typedef XmlReader DefaultReader;
typedef XmlWriter DefaultWriter;
NAMESPACE_END(Grid);
#endif