From 98e7904b028a026e968c7a29612876d20f835f24 Mon Sep 17 00:00:00 2001 From: Rashad Kanavath <mohammed.rashad-km@cnes.fr> Date: Tue, 3 Jun 2014 15:58:11 +0200 Subject: [PATCH] BUG: mantis 944: missing typedef from otb::Transform --- Code/Projections/otbGenericRSTransform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Projections/otbGenericRSTransform.h b/Code/Projections/otbGenericRSTransform.h index 4619435935..c84e8a6b18 100644 --- a/Code/Projections/otbGenericRSTransform.h +++ b/Code/Projections/otbGenericRSTransform.h @@ -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; -- GitLab