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

Derniere modif du test des prolate + update de la baseline.

parent fff7bf9e
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,6 @@ int otbProlateInterpolateImageFunction(int argc, char * argv[])
for(std::vector<ContinuousIndexType>::iterator it = indicesList.begin();it!=indicesList.end();++it)
{
file<<(*it)<<" -> "<<prolate->EvaluateAtContinuousIndex((*it))<<std::endl;
}
file.close();
......
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