a few warning fixing.

This commit is contained in:
Kai Bao 2016-11-16 13:17:35 +01:00
parent ae9cd62a5c
commit 1c34af4dea
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

@ -468,8 +468,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);