Skip to content
Snippets Groups Projects
Commit f8d46a39 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

ENH: Adding M_SQUARE macro in otbMath.h

parent 7be6d40a
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,12 @@
#endif
/** Define short operation macro */
#ifndef M_SQUARE
#define M_SQUARE(x) ((x)*(x))
#endif
#endif //end of __otbMath_h
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