Skip to content
Snippets Groups Projects
Commit 47aad122 authored by Julien Michel's avatar Julien Michel
Browse files

Merge branch 'enable_ossim_sar_sensor_model' of...

Merge branch 'enable_ossim_sar_sensor_model' of https://git.orfeo-toolbox.org/git/otb into enable_ossim_sar_sensor_model
parents 56912dfc 96b1c5db
No related branches found
No related tags found
No related merge requests found
......@@ -1096,8 +1096,8 @@ namespace ossimplugins
assert(pos > 0 && pos < sizeof(burstPrefix_));
const std::string burstPrefix(burstPrefix_, pos);
add(kwl, burstPrefix + keyStartLine, burstRecords[burstId].startLine);
add(kwl, burstPrefix + keyEndLine, burstRecords[burstId].endLine);
add(kwl, burstPrefix + keyStartLine, (ossim_uint32) burstRecords[burstId].startLine);
add(kwl, burstPrefix + keyEndLine, (ossim_uint32) burstRecords[burstId].endLine);
add(kwl, burstPrefix + keyAzimuthStartTime, burstRecords[burstId].azimuthStartTime);
add(kwl, burstPrefix + keyAzimuthStopTime, burstRecords[burstId].azimuthStopTime);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment