Skip to content

Commit 44dfda8

Browse files
authored
Merge pull request #6321 from GitPaean/removing_one_function
removing the unused and mistakenly defined function
2 parents e952a40 + 8be1a68 commit 44dfda8

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

opm/models/blackoil/blackoilenergymodules.hh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -256,17 +256,6 @@ public:
256256
}
257257
}
258258

259-
/*!
260-
* \brief Assign the energy specific primary variables to a PrimaryVariables object
261-
*/
262-
static void assignPrimaryVars(PrimaryVariables& priVars,
263-
Scalar)
264-
{
265-
if constexpr (enableEnergy) {
266-
priVars[temperatureIdx] = temperatureIdx;
267-
}
268-
}
269-
270259
/*!
271260
* \brief Assign the energy specific primary variables to a PrimaryVariables object
272261
*/

0 commit comments

Comments
 (0)