mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove tab
This commit is contained in:
parent
5f68b71d0f
commit
eb83cef717
@ -180,7 +180,7 @@ protected:
|
|||||||
void makeOverlapRowsInvalid(MatrixType& matrix) const
|
void makeOverlapRowsInvalid(MatrixType& matrix) const
|
||||||
{
|
{
|
||||||
//value to set on diagonal
|
//value to set on diagonal
|
||||||
const int numEq = MatrixType::block_type::rows;
|
const int numEq = MatrixType::block_type::rows;
|
||||||
typename MatrixType::block_type diag_block(0.0);
|
typename MatrixType::block_type diag_block(0.0);
|
||||||
for (int eq = 0; eq < numEq; ++eq)
|
for (int eq = 0; eq < numEq; ++eq)
|
||||||
diag_block[eq][eq] = 1.0;
|
diag_block[eq][eq] = 1.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user