mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#886 LAS Export: Set the STEP if the data is resampled
This commit is contained in:
5
ThirdParty/NRLib/nrlib/well/laswell.cpp
vendored
5
ThirdParty/NRLib/nrlib/well/laswell.cpp
vendored
@@ -597,6 +597,11 @@ void NRLib::LasWell::setStopDepth(double stopDepth)
|
||||
stop_depth_ = stopDepth;
|
||||
}
|
||||
|
||||
void NRLib::LasWell::setDepthStep(double depthStep)
|
||||
{
|
||||
depth_increment_ = depthStep;
|
||||
}
|
||||
|
||||
void NRLib::LasWell::addWellInfo(const std::string& parameter, const std::string& value)
|
||||
{
|
||||
// Example of line formatting taken from the documentation
|
||||
|
||||
1
ThirdParty/NRLib/nrlib/well/laswell.hpp
vendored
1
ThirdParty/NRLib/nrlib/well/laswell.hpp
vendored
@@ -61,6 +61,7 @@ public:
|
||||
void setVersionInfo(const std::string& logName);
|
||||
void setStartDepth(double startDepth);
|
||||
void setStopDepth(double stopDepth);
|
||||
void setDepthStep(double depthStep);
|
||||
|
||||
void addWellInfo(const std::string& parameter, const std::string& value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user