mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
fix build for newish boost versions
my boost is 1.58. once more, boost seemed to have become more picky on where a semicolon must be placed and where not.
This commit is contained in:
parent
f24dcf1957
commit
5d37b61a77
@ -61,7 +61,7 @@ struct MPIFixture {
|
||||
};
|
||||
|
||||
|
||||
BOOST_GLOBAL_FIXTURE(MPIFixture)
|
||||
BOOST_GLOBAL_FIXTURE(MPIFixture);
|
||||
|
||||
struct MyMatrix
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user