Skip to content
Snippets Groups Projects
Commit 542951e0 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

WRG: Remove warning unused variable.

parent 3c7d5d02
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,6 @@ TerraSarCalibrationComplexImageFunctor<TInput, TOutput>
{
// m_ImageSize[1]-(lineId+1) because the first acquisition line is the last image one.
// line+1 because image starts to 0.
double interval = static_cast<double>(m_ImageSize[1]) / static_cast<double>(m_NoisePolynomialCoefficientsList.size());
// compute utc time of the line
double currTimeUTC = m_TimeUTC[0] + static_cast<double>(m_ImageSize[1]-(lineId-1))*m_InvPRF;
unsigned int id = 0;
......
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