Skip to content
Snippets Groups Projects
Commit ba95ec04 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

WARN:same definition of enumerated type transformation direction in PCA and in wavelet class

parent 8f42b45b
Branches
Tags
No related merge requests found
......@@ -30,7 +30,7 @@ namespace otb
namespace Transform
{
enum TransformDirection { FORWARD, INVERSE };
enum TransformDirection {FORWARD = 0, INVERSE = 1};
}
/** \class PCAImageFilter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment