Merge dev into pre-proto.

This commit is contained in:
Jacob Støren
2017-06-02 08:05:07 +02:00
28 changed files with 407 additions and 111 deletions

View File

@@ -215,6 +215,10 @@ void RimWellPathCollection::addWellPaths( QStringList filePaths )
}
readAndAddWellPaths(wellPathArray);
RimProject* proj;
firstAncestorOrThisOfTypeAsserted(proj);
proj->removeResult(RimDefines::DYNAMIC_NATIVE, RimDefines::completionTypeResultName());
}