Formatting

This commit is contained in:
Hrvoje Jasak 2016-01-20 16:33:03 +00:00
parent ec1dfcee2f
commit b3a4b2fad1

View file

@ -87,7 +87,7 @@ class BlockGaussSeidelPrecon
//- Calculate inverse diagonal //- Calculate inverse diagonal
void calcInvDiag(); void calcInvDiag();
// Block Gauss-Seidel sweep, symetric matrix //- Block Gauss-Seidel sweep, symetric matrix
template<class DiagType, class ULType> template<class DiagType, class ULType>
void BlockSweep void BlockSweep
( (
@ -97,7 +97,7 @@ class BlockGaussSeidelPrecon
const Field<Type>& b const Field<Type>& b
) const; ) const;
// Block Gauss-Seidel sweep, asymmetric matrix //- Block Gauss-Seidel sweep, asymmetric matrix
template<class DiagType, class ULType> template<class DiagType, class ULType>
void BlockSweep void BlockSweep
( (