Merge pull request #1121 from andlaus/fix_build
add missing semicolon to fix the build
This commit is contained in:
@@ -61,7 +61,7 @@ struct MPIFixture {
|
||||
};
|
||||
|
||||
|
||||
BOOST_GLOBAL_FIXTURE(MPIFixture)
|
||||
BOOST_GLOBAL_FIXTURE(MPIFixture);
|
||||
|
||||
struct MyMatrix
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user