mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-02 12:36:54 -06:00
nitpick adjustments.
This commit is contained in:
parent
05260e9582
commit
b20733eb29
@ -225,8 +225,7 @@ namespace detail {
|
|||||||
, linearIterations_( 0 )
|
, linearIterations_( 0 )
|
||||||
{
|
{
|
||||||
#if HAVE_MPI
|
#if HAVE_MPI
|
||||||
if( terminal_output_ )
|
if ( terminal_output_ ) {
|
||||||
{
|
|
||||||
if ( linsolver_.parallelInformation().type() == typeid(ParallelISTLInformation) )
|
if ( linsolver_.parallelInformation().type() == typeid(ParallelISTLInformation) )
|
||||||
{
|
{
|
||||||
const ParallelISTLInformation& info =
|
const ParallelISTLInformation& info =
|
||||||
|
@ -198,8 +198,7 @@ namespace Opm
|
|||||||
allcells_[cell] = cell;
|
allcells_[cell] = cell;
|
||||||
}
|
}
|
||||||
#if HAVE_MPI
|
#if HAVE_MPI
|
||||||
if( terminal_output_ )
|
if ( terminal_output_ ) {
|
||||||
{
|
|
||||||
if ( solver_.parallelInformation().type() == typeid(ParallelISTLInformation) )
|
if ( solver_.parallelInformation().type() == typeid(ParallelISTLInformation) )
|
||||||
{
|
{
|
||||||
const ParallelISTLInformation& info =
|
const ParallelISTLInformation& info =
|
||||||
|
Loading…
Reference in New Issue
Block a user