mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-17 20:34:49 -05:00
Calm warnings about excessive semi-colons, unused variables, and missing declarations.
This commit is contained in:
@@ -56,7 +56,7 @@ struct MPIFixture {
|
||||
};
|
||||
|
||||
|
||||
BOOST_GLOBAL_FIXTURE(MPIFixture);
|
||||
BOOST_GLOBAL_FIXTURE(MPIFixture)
|
||||
|
||||
struct MyMatrix
|
||||
{
|
||||
@@ -177,7 +177,7 @@ void createRandomVectors(O& pinfo, int NN, std::vector<double>& x, std::vector<d
|
||||
pinfo.copyOwnerToAll(b,b);
|
||||
}
|
||||
|
||||
std::tuple<int,int,int,int> computeRegions(int N=100)
|
||||
inline std::tuple<int,int,int,int> computeRegions(int N=100)
|
||||
{
|
||||
int procs, rank;
|
||||
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
|
||||
|
||||
Reference in New Issue
Block a user