Formatting
This commit is contained in:
parent
c8316ef5a4
commit
b6a35f9343
1 changed files with 2 additions and 1 deletions
|
@ -175,7 +175,8 @@ void constraint<Type>::eliminateEquation
|
|||
const unallocLabelList& owner = matrix.psi().mesh().lduAddr().lowerAddr();
|
||||
const unallocLabelList& neighbour =
|
||||
matrix.psi().mesh().lduAddr().upperAddr();
|
||||
const unallocLabelList& losort = matrix.psi().mesh().lduAddr().losortAddr();
|
||||
const unallocLabelList& losort =
|
||||
matrix.psi().mesh().lduAddr().losortAddr();
|
||||
|
||||
// My index = rowID
|
||||
if (matrix.symmetric())
|
||||
|
|
Reference in a new issue