Merge pull request #1103 from GitPaean/fixing_warning

warning fixed related to petsc
This commit is contained in:
Atgeirr Flø Rasmussen
2016-11-23 12:37:31 +01:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ struct MPIFixture {
};
BOOST_GLOBAL_FIXTURE(MPIFixture);
BOOST_GLOBAL_FIXTURE(MPIFixture)
struct MyMatrix
{