Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
1849251d
Commit
1849251d
authored
Apr 04, 2019
by
Victor Poughon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: fix assertion error on S1 (bis)
parent
9dfbb243
Pipeline
#793
passed with stage
in 25 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp
...ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp
+1
-1
No files found.
Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp
View file @
1849251d
...
@@ -1153,7 +1153,7 @@ namespace ossimplugins
...
@@ -1153,7 +1153,7 @@ namespace ossimplugins
for
(
std
::
vector
<
ossimRefPtr
<
ossimXmlNode
>
>::
iterator
itNode
=
xnodes
.
begin
();
itNode
!=
xnodes
.
end
();
++
itNode
,
++
idx
)
for
(
std
::
vector
<
ossimRefPtr
<
ossimXmlNode
>
>::
iterator
itNode
=
xnodes
.
begin
();
itNode
!=
xnodes
.
end
();
++
itNode
,
++
idx
)
{
{
int
pos
=
s_printf
(
prefix
,
"%s[%d]."
,
GCP_PREFIX
.
c_str
(),
idx
);
int
pos
=
s_printf
(
prefix
,
"%s[%d]."
,
GCP_PREFIX
.
c_str
(),
idx
);
assert
(
pos
>=
SR
_PREFIX
.
size
()
+
4
&&
pos
<
1024
);
assert
(
pos
>=
GCP
_PREFIX
.
size
()
+
4
&&
pos
<
sizeof
(
prefix
)
);
#if defined(USE_BOOST_TIME)
#if defined(USE_BOOST_TIME)
const
TimeType
azimuthTime
=
getTimeFromFirstNode
(
**
itNode
,
attAzimuthTime
);
const
TimeType
azimuthTime
=
getTimeFromFirstNode
(
**
itNode
,
attAzimuthTime
);
add
(
theProductKwl
,
prefix
,
attAzimuthTime
,
azimuthTime
);
add
(
theProductKwl
,
prefix
,
attAzimuthTime
,
azimuthTime
);
...
...
Write
Preview
Markdown
is supported
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