Skip to content
Snippets Groups Projects
Commit 98e7904b authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

BUG: mantis 944: missing typedef from otb::Transform

parent a95d432d
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ public:
//@}
typedef typename Superclass::ScalarType ScalarType;
typedef typename Superclass::JacobianType JacobianType;
typedef itk::Point<ScalarType, NInputDimensions> InputPointType;
typedef itk::Point<ScalarType, NOutputDimensions> OutputPointType;
......
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