mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
Namespace, indent
This commit is contained in:
parent
31cbbfc07e
commit
e9ef7e3852
@ -28,7 +28,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
|
|||||||
#ifndef GRID_LATTICE_OVERLOAD_H
|
#ifndef GRID_LATTICE_OVERLOAD_H
|
||||||
#define GRID_LATTICE_OVERLOAD_H
|
#define GRID_LATTICE_OVERLOAD_H
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// unary negation
|
// unary negation
|
||||||
@ -134,5 +134,5 @@ namespace Grid {
|
|||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user