mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Support different units when importing and exporting WBS LAS.
This commit is contained in:
@@ -85,7 +85,8 @@ public:
|
||||
void updateFilePathsFromProjectPath( const QString& newProjectPath, const QString& oldProjectPath );
|
||||
|
||||
static std::vector<std::pair<double, double>> findMdAndChannelValuesForWellPath( const RimWellPath* wellPath,
|
||||
const QString& channelName );
|
||||
const QString& channelName,
|
||||
QString* unitString = nullptr );
|
||||
|
||||
private:
|
||||
void setupBeforeSave() override;
|
||||
|
||||
Reference in New Issue
Block a user