Skip to content
Snippets Groups Projects
Commit 3c16d55d authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

Ajout d'un cast explicite (ossim_float64)

parent 6ee10aa7
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ bool ossimRadarSat2TileSource::getImageGeometry(ossimKeywordlist& kwl,const char
kwl.add(prefix, name,(_annotation->get_velZ()[i]),true);
}
kwl.add(prefix, "nTiePoints",_annotation->get_cornersLon().size(),true);
kwl.add(prefix, "nTiePoints",(ossim_float64) _annotation->get_cornersLon().size(),true);
for(int i=0;i<_annotation->get_cornersLon().size();i++)
{
......
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