Skip to content

Commit

Permalink
fixup! Support metadata request to datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve793 committed May 8, 2024
1 parent 57ea6d6 commit 81b6e56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/core/datahandle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ void DoubleDataHandle::read_traces(
// However it could happen that data files are not fully aligned in their sample dimensions.
// That creates a need to extract from each trace data that make up the intersection.
float* floatBuffer = (float*)buffer;
auto min_intersection_sample_index = (long)((*coordinates)[sample_dimension_index] + 0.5f);
this->extract_continuous_part_of_trace(
&buffer_a,
this->m_metadata_a.sample().nsamples(),
Expand Down

0 comments on commit 81b6e56

Please sign in to comment.