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

Init variable à 0.

parent fe868f3a
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ namespace otb
{
if (m_Day*m_Mounth != 0 && m_Day<32 && m_Mounth<12)
{
otb_6s_real dsol;
otb_6s_real dsol = 0.;
otb_6s_integer day = static_cast<otb_6s_integer>(m_Day);
otb_6s_integer mounth = static_cast<otb_6s_integer>(m_Mounth);
int cr = otb_6s_varsol_(&day, &mounth, &dsol);
......
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