mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
removing unused updateImbnum_ function
This commit is contained in:
parent
66131bd350
commit
79236c4927
@ -335,7 +335,6 @@ protected:
|
||||
void updateMiscnum_();
|
||||
void updatePlmixnum_();
|
||||
void updateKrnum_();
|
||||
void updateImbnum_();
|
||||
|
||||
const EclipseState& eclState_;
|
||||
const Schedule& schedule_;
|
||||
|
@ -418,16 +418,6 @@ updateKrnum_()
|
||||
updateNum("KRNUMZ", krnumz_, num_regions);
|
||||
}
|
||||
|
||||
template<class GridView, class FluidSystem>
|
||||
void FlowGenericProblem<GridView,FluidSystem>::
|
||||
updateImbnum_()
|
||||
{
|
||||
const auto num_regions = eclState_.getTableManager().getTabdims().getNumSatTables();
|
||||
updateNum("IMBNUMX", imbnumx_, num_regions);
|
||||
updateNum("IMBNUMY", imbnumy_, num_regions);
|
||||
updateNum("IMBNUMZ", imbnumz_, num_regions);
|
||||
}
|
||||
|
||||
template<class GridView, class FluidSystem>
|
||||
bool FlowGenericProblem<GridView,FluidSystem>::
|
||||
vapparsActive(int episodeIdx) const
|
||||
|
Loading…
Reference in New Issue
Block a user