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

MRG

parents 3ddab6cc 33e9d934
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ CumulantsForEdgeworth< TInput >
fMu3 = 0.0;
fMu4 = 4.0;
fDataAvailable = false;
//return 1;
return ;
}
double sigma = sqrt( fMu2 );
......@@ -206,8 +206,10 @@ CumulantsForEdgeworth< TInput >
//otbGenericMsgDebugMacro( << "Potential NAN detected in function MakeSumAndMoments.");
fMu3 = 0.0;
fMu4 = 4.0;
//return 1;
fDataAvailable = false;
return;
}
double sigma = sqrt( fMu2 );
......
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