mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Completion export : Remove early return to be able to compute WPIMULT correct
This commit is contained in:
parent
529ca6285b
commit
dc70c1f8e0
@ -992,11 +992,6 @@ RigCompletionData
|
||||
{
|
||||
CVF_ASSERT(!completions.empty());
|
||||
|
||||
if (completions.size() == 1)
|
||||
{
|
||||
return completions[0];
|
||||
}
|
||||
|
||||
const RigCompletionData& firstCompletion = completions[0];
|
||||
|
||||
const QString& wellName = firstCompletion.wellName();
|
||||
|
Loading…
Reference in New Issue
Block a user