From 063138f6f0f23d934348454823a0dd4776e02cd2 Mon Sep 17 00:00:00 2001 From: SPeillet <peillet.seb@protonmail.com> Date: Mon, 3 Jun 2019 15:13:47 +0200 Subject: [PATCH] REFAC: rm SetDocName function --- app/otbPointMatchCoregistrationModel.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/otbPointMatchCoregistrationModel.cxx b/app/otbPointMatchCoregistrationModel.cxx index 6d0d8ea..d182fbf 100644 --- a/app/otbPointMatchCoregistrationModel.cxx +++ b/app/otbPointMatchCoregistrationModel.cxx @@ -109,7 +109,6 @@ private: SetDescription("Compute a RPC model based on tie points between a source and a reference image."); SetDocLongDescription("To be done!"); // Documentation - SetDocName("PointMatchCoregistrationModel"); SetDocLimitations("Contact Author."); SetDocSeeAlso("HomologousPointsExtraction, GenerateRPCModel"); SetDocAuthors("R. Gaetano (thanks OTB-Team)"); -- GitLab