mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
CSV Well Log: change sampling rate from 1.0 meter to 0.1 meter.
This commit is contained in:
parent
25361ad796
commit
67a9e14417
@ -58,7 +58,7 @@ RigWellLogCsvFile::~RigWellLogCsvFile()
|
||||
bool RigWellLogCsvFile::open( const QString& fileName, RigWellPath* wellPath, QString* errorMessage )
|
||||
{
|
||||
m_wellLogChannelNames.clear();
|
||||
double samplingInterval = 1.0;
|
||||
double samplingInterval = 0.1;
|
||||
cvf::cref<RigWellPath> resampledWellPath = resampleWellPath( *wellPath, samplingInterval );
|
||||
|
||||
RifCsvUserDataFileParser parser( fileName, errorMessage );
|
||||
|
Loading…
Reference in New Issue
Block a user