Merge pull request #927 from GitPaean/warning_fixing

a few warning fixing.
This commit is contained in:
Bård Skaflestad
2016-11-16 18:48:51 +01:00
committed by GitHub
3 changed files with 1 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ namespace Opm
: BlackoilState( number_of_cells , number_of_faces , number_of_phases)
{
registerCellData( SSOL , 1 );
};
}
} // namespace Opm

View File

@@ -581,7 +581,6 @@ namespace Opm
computePressureIncrement(const LinearisedBlackoilResidual& residual)
{
typedef LinearisedBlackoilResidual::ADB ADB;
typedef ADB::V V;
// Build the vector of equations (should be just a single material balance equation
// in which the pressure equation is stored).

View File

@@ -462,8 +462,6 @@ namespace Opm
const int reportStepNum,
const bool log) {
typedef Opm::AutoDiffBlock<double> ADB;
const typename Model::SimulatorData& sd = physicalModel.getSimulatorData();
//Get the value of each of the keys for the restart keywords
std::map<std::string, int> rstKeywords = restartConfig.getRestartKeywords(reportStepNum);