mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#489) Added interface to get access to depth unit
This commit is contained in:
3
ThirdParty/NRLib/nrlib/well/laswell.hpp
vendored
3
ThirdParty/NRLib/nrlib/well/laswell.hpp
vendored
@@ -49,6 +49,9 @@ public:
|
||||
|
||||
void WriteToFile(const std::string & filename,
|
||||
const std::vector<std::string> & comment_header);
|
||||
|
||||
std::string depthUnit() const { return depth_unit_; };
|
||||
|
||||
private:
|
||||
void ReadHeader(const std::string & filename,
|
||||
std::ifstream & fin,
|
||||
|
||||
Reference in New Issue
Block a user