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
c2ddeb33aa
commit
543b8fc1cc
@ -488,11 +488,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