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

Modif d'une levee d'exception en message d'erreur.

parent 68df2975
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ int otbSVMImageModelEstimatorTrain( int argc, char* argv[] )
svmEstimator->Update();
itkGenericExceptionMacro(<<"Saving model");
otbGenericMsgDebugMacro(<<"Saving model");
svmEstimator->SaveModel(outputModelFileName);
return EXIT_SUCCESS;
......
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