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