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 f8b1bef974
commit a367eaf5fe

View File

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