Skip to content
Snippets Groups Projects
Commit 8f820c67 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH : change default average elevation : -32587 -> 0

parent 940052d6
Branches
Tags
No related merge requests found
...@@ -43,7 +43,7 @@ SensorModelBase< TScalarType,NInputDimensions,NOutputDimensions> ...@@ -43,7 +43,7 @@ SensorModelBase< TScalarType,NInputDimensions,NOutputDimensions>
m_DEMHandler = DEMHandlerType::New(); m_DEMHandler = DEMHandlerType::New();
m_UseDEM = false; m_UseDEM = false;
m_DEMIsLoaded = false; m_DEMIsLoaded = false;
m_AverageElevation = -32768.0; m_AverageElevation = 0.0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment