fixing the compilation and running resulting from PR648

This commit is contained in:
Kai Bao 2016-04-20 14:42:56 +02:00
parent e67e31171d
commit be55efa484

View File

@ -1723,9 +1723,12 @@ namespace detail {
}
template <class Grid, class Implementation>
template <class Grid, class WellModel, class Implementation>
void
BlackoilModelBase<Grid, Implementation>::
BlackoilModelBase<Grid, WellModel, Implementation>::
computeWellPotentials(const SolutionState& state,
const std::vector<ADB>& mob_perfcells,
const std::vector<ADB>& b_perfcells,