Merge pull request #1121 from andlaus/fix_build

add missing semicolon to fix the build
This commit is contained in:
Atgeirr Flø Rasmussen 2016-12-16 11:08:54 +01:00 committed by GitHub
commit f65739c718

View File

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