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

nomsg

parent 151bd2db
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ extern "C"
#include <string>
#include <math.h>
#include "otbMacro.h"
// Pour supprimer les allocations faites dans la methode DetermineFormatSpot
#define FREE(A) { if ((A)!=NULL) { free(A); (A)=NULL; } }
// Pour spcifique CAI
......
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