mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed whitespace issue
This commit is contained in:
@@ -214,7 +214,7 @@ namespace Opm
|
|||||||
|
|
||||||
void NewtonIterationBlackoilInterleaved::formInterleavedSystem(const std::vector<ADB>& eqs,
|
void NewtonIterationBlackoilInterleaved::formInterleavedSystem(const std::vector<ADB>& eqs,
|
||||||
Mat& istlA) const
|
Mat& istlA) const
|
||||||
{
|
{
|
||||||
const int np = eqs.size();
|
const int np = eqs.size();
|
||||||
// Find sparsity structure as union of basic block sparsity structures,
|
// Find sparsity structure as union of basic block sparsity structures,
|
||||||
// corresponding to the jacobians with respect to pressure.
|
// corresponding to the jacobians with respect to pressure.
|
||||||
|
|||||||
Reference in New Issue
Block a user