Formatting
This commit is contained in:
parent
0b6a89c8b3
commit
cf4daeb57f
1 changed files with 4 additions and 1 deletions
|
@ -95,6 +95,9 @@ noLaplacianScheme<Type, GType>::fvmLaplacian
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Create dummy diagonal
|
||||||
|
tfvm().diag() = 0;
|
||||||
|
|
||||||
return tfvm;
|
return tfvm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue