Merge pull request #931 from andlaus/fix_build
fix build for newish boost versions
This commit is contained in:
commit
d4ca0d8c00
@ -61,7 +61,7 @@ struct MPIFixture {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
BOOST_GLOBAL_FIXTURE(MPIFixture)
|
BOOST_GLOBAL_FIXTURE(MPIFixture);
|
||||||
|
|
||||||
struct MyMatrix
|
struct MyMatrix
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user