mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
Indentation, Namespace
This commit is contained in:
parent
2d13ea1a22
commit
ae9175735a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user