mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-15 11:13:11 -06:00
a few warning fixing.
This commit is contained in:
parent
ae9cd62a5c
commit
1c34af4dea
@ -28,7 +28,7 @@ namespace Opm
|
||||
: BlackoilState( number_of_cells , number_of_faces , number_of_phases)
|
||||
{
|
||||
registerCellData( SSOL , 1 );
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
|
@ -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).
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user