mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
Format, NAMESPACE
This commit is contained in:
parent
69496482fc
commit
59b31b6bb8
@ -1,4 +1,4 @@
|
|||||||
/*************************************************************************************
|
/*************************************************************************************
|
||||||
|
|
||||||
Grid physics library, www.github.com/paboyle/Grid
|
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.
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
See the full license in the file "LICENSE" in the top level distribution directory
|
See the full license in the file "LICENSE" in the top level distribution directory
|
||||||
*************************************************************************************/
|
*************************************************************************************/
|
||||||
/* END LEGAL */
|
/* END LEGAL */
|
||||||
#ifndef GRID_SERIALISATION_READER_H
|
#ifndef GRID_SERIALISATION_READER_H
|
||||||
#define 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
|
// Select the default serialiser use ifdef's
|
||||||
//////////////////////////////////////////
|
//////////////////////////////////////////
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
typedef XmlReader DefaultReader;
|
typedef XmlReader DefaultReader;
|
||||||
typedef XmlWriter DefaultWriter;
|
typedef XmlWriter DefaultWriter;
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user