Skip to content
Snippets Groups Projects
Commit 660ffd51 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Merge branch '1517-compilation-error-in-debug-in-ossimsarsensormodel' into 'develop'

Resolve "Compilation error in Debug in ossimSarSensorModel"

Closes #1517

See merge request !11
parents 5d4c5c97 be998794
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,7 @@ void ossimSarSensorModel::worldToLineSampleYZ(const ossimGpt& worldPt, ossimDpt
// TODO check for small NormesS to avoid division by zero ?
// Should never happen ...
assert(NormesS>1e-6);
assert(NormeS>1e-6);
z = NormeS - PS2/NormeS;
double distance = sqrt((sensorPos[0]-inputPt[0])*(sensorPos[0]-inputPt[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