1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-13 01:05:36 +00:00

Indentation, Namespace

This commit is contained in:
paboyle 2018-01-15 00:07:10 +00:00
parent 2d13ea1a22
commit ae9175735a

View File

@ -84,7 +84,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
* psi_o = M_oo^-1 phi_o
* TODO: Deflation
*/
namespace Grid {
NAMESPACE_BEGIN(Grid);
///////////////////////////////////////////////////////////////////////////////////////////////////////
// Take a matrix and form a Red Black solver calling a Herm solver
@ -408,5 +408,5 @@ namespace Grid {
}
};
}
NAMESPACE_END(Grid);
#endif