GIT: remove leading/trailing blank lines, trailing whitespace

This commit is contained in:
OpenFOAM bot
2020-06-17 10:46:26 +02:00
parent 5982a1aab4
commit 01ec92fd35
130 changed files with 36 additions and 149 deletions

View File

@ -401,7 +401,7 @@ int main()
// Separation of close eigenvalues of a real symmetric matrix.
// Jour. Research of the National Bureau of Standards, 47(4), 291-297.
// DOI:10.6028/jres.047.037
//
//
// 8x8 symmetric square matrix consisting of close real eigenvalues
// ibid, p. 294
// {
@ -505,7 +505,7 @@ int main()
for (label i = 0; i < numberOfTests; ++i)
{
const label mRows = rndGen.position(100, 200);
for (const auto& eps : epsilons)
{
const SquareMatrix<doubleScalar> A(mRows, eps);