Skip to content
Snippets Groups Projects
Commit 66240079 authored by Oleg Alexandrov's avatar Oleg Alexandrov Committed by Jesse Mapel
Browse files

Initialize m_startingDetectorLine

Set m_startingDetectorLine to 1 for consistency
parent cd1457b6
No related branches found
No related tags found
No related merge requests found
......@@ -527,6 +527,7 @@ void UsgsAstroLsSensorModel::reset() {
m_detectorSampleSumming = 1.0; // 15
m_detectorLineSumming = 1.0;
m_startingDetectorSample = 1.0; // 16
m_startingDetectorLine = 1.0;
m_ikCode = -85600; // 17
m_focalLength = 350.0; // 18
m_zDirection = 1.0; // 19
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment