Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Open VDS
Commits
3d0a889f
Commit
3d0a889f
authored
Oct 27, 2021
by
Jim King
Committed by
Jørgen Lind
Oct 28, 2021
Browse files
fix Windows compiler warning
parent
0e126484
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/SEGYImport/SEGYImport.cpp
View file @
3d0a889f
...
@@ -1156,7 +1156,7 @@ analyzePrimaryKey(const std::vector<DataProvider>& dataProviders, SEGYFileInfo c
...
@@ -1156,7 +1156,7 @@ analyzePrimaryKey(const std::vector<DataProvider>& dataProviders, SEGYFileInfo c
// 1. Find all the segments in all files that match the primary key
// 1. Find all the segments in all files that match the primary key
// 2. Get a total trace count of all the segments; pass trace count to value range estimator
// 2. Get a total trace count of all the segments; pass trace count to value range estimator
std
::
map
<
in
t
,
std
::
vector
<
std
::
reference_wrapper
<
const
SEGYSegmentInfo
>>>
std
::
map
<
size_
t
,
std
::
vector
<
std
::
reference_wrapper
<
const
SEGYSegmentInfo
>>>
providerSegments
;
providerSegments
;
int64_t
int64_t
primaryKeyTraceCount
=
0
;
primaryKeyTraceCount
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment