nitpick adjustments.

This commit is contained in:
Robert Kloefkorn 2015-03-05 11:28:11 +01:00
parent 05260e9582
commit b20733eb29
2 changed files with 2 additions and 4 deletions

View File

@ -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 =

View File

@ -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 =