mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
rename computeConnectionPressureDelta to computePressureDelta
that it applies to connections are now implied by class
This commit is contained in:
@@ -37,7 +37,7 @@ class StandardWellConnections
|
||||
public:
|
||||
StandardWellConnections(const WellInterfaceGeneric& well);
|
||||
|
||||
void computeConnectionPressureDelta();
|
||||
void computePressureDelta();
|
||||
|
||||
// TODO: not total sure whether it is a good idea to put this function here
|
||||
// the major reason to put here is to avoid the usage of Wells struct
|
||||
|
||||
Reference in New Issue
Block a user