silencing warning related to extra ; from BlackoilAmg

This commit is contained in:
Kai Bao 2018-03-14 12:02:07 +01:00
parent 6f18f7115f
commit 90e69b59cf

View File

@ -198,7 +198,7 @@ struct ScalarType<Dune::SeqScalarProduct<X> >
typename ScalarType<X>::value, \
typename ScalarType<Y>::value, \
l> value; \
};
}
ComposeScalarTypeForSeqPrecond(Dune::SeqJac);
ComposeScalarTypeForSeqPrecond(Dune::SeqSOR);