add missing semicolon to fix the build

some versions of boost seem to be more picky about this than others...
This commit is contained in:
Andreas Lauser 2016-12-16 10:29:52 +01:00
parent e53b0a58fa
commit 62c56ff716

View File

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