commit
8eca49cde2
@ -43,7 +43,6 @@ namespace Opm
|
|||||||
|
|
||||||
void BlackoilPvtProperties::init(const EclipseGridParser& deck, const int samples)
|
void BlackoilPvtProperties::init(const EclipseGridParser& deck, const int samples)
|
||||||
{
|
{
|
||||||
typedef std::vector<std::vector<std::vector<double> > > table_t;
|
|
||||||
// If we need multiple regions, this class and the SinglePvt* classes must change.
|
// If we need multiple regions, this class and the SinglePvt* classes must change.
|
||||||
region_number_ = 0;
|
region_number_ = 0;
|
||||||
|
|
||||||
|
@ -37,7 +37,6 @@ namespace Opm
|
|||||||
|
|
||||||
void PvtPropertiesIncompFromDeck::init(const EclipseGridParser& deck)
|
void PvtPropertiesIncompFromDeck::init(const EclipseGridParser& deck)
|
||||||
{
|
{
|
||||||
typedef std::vector<std::vector<std::vector<double> > > table_t;
|
|
||||||
// If we need multiple regions, this class and the SinglePvt* classes must change.
|
// If we need multiple regions, this class and the SinglePvt* classes must change.
|
||||||
int region_number = 0;
|
int region_number = 0;
|
||||||
|
|
||||||
|
@ -205,8 +205,6 @@ namespace Opm {
|
|||||||
const int ndof = DofPerCell;
|
const int ndof = DofPerCell;
|
||||||
const int ndof2 = ndof * ndof;
|
const int ndof2 = ndof * ndof;
|
||||||
|
|
||||||
typedef std::vector<int>::size_type sz_t;
|
|
||||||
|
|
||||||
const double* J1 = &asm_buffer_[0];
|
const double* J1 = &asm_buffer_[0];
|
||||||
const double* J2 = J1 + ((1*nconn_ + 1) * ndof2);
|
const double* J2 = J1 + ((1*nconn_ + 1) * ndof2);
|
||||||
|
|
||||||
|
@ -593,7 +593,6 @@ namespace Opm {
|
|||||||
NewtonIterate& it ) {
|
NewtonIterate& it ) {
|
||||||
// Nothing to do at end of iteration in this model.
|
// Nothing to do at end of iteration in this model.
|
||||||
(void) state; (void) g; (void) it;
|
(void) state; (void) g; (void) it;
|
||||||
typedef typename NewtonIterate::vector_type vector_t;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
template <class Grid ,
|
template <class Grid ,
|
||||||
|
Loading…
Reference in New Issue
Block a user