1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-18 09:45:55 +01: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 * psi_o = M_oo^-1 phi_o
* TODO: Deflation * TODO: Deflation
*/ */
namespace Grid { NAMESPACE_BEGIN(Grid);
/////////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////////
// Take a matrix and form a Red Black solver calling a Herm solver // Take a matrix and form a Red Black solver calling a Herm solver
@ -408,5 +408,5 @@ namespace Grid {
} }
}; };
} NAMESPACE_END(Grid);
#endif #endif