mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
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:
parent
f8b1bef974
commit
a367eaf5fe
@ -61,7 +61,7 @@ struct MPIFixture {
|
||||
};
|
||||
|
||||
|
||||
BOOST_GLOBAL_FIXTURE(MPIFixture)
|
||||
BOOST_GLOBAL_FIXTURE(MPIFixture);
|
||||
|
||||
struct MyMatrix
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user