From 2dc3ad09fcc6d9e23e02791b22b2dd29d2a3b90d Mon Sep 17 00:00:00 2001 From: Rashad Kanavath <rashad.kanavath@c-s.fr> Date: Tue, 6 Dec 2016 06:33:53 +0100 Subject: [PATCH] RemoteModule: use same module name in otb_fetch_module --- Modules/Remote/otbFFSforGMM.remote.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Remote/otbFFSforGMM.remote.cmake b/Modules/Remote/otbFFSforGMM.remote.cmake index 74c3752db8..b7ae4ee086 100644 --- a/Modules/Remote/otbFFSforGMM.remote.cmake +++ b/Modules/Remote/otbFFSforGMM.remote.cmake @@ -1,5 +1,5 @@ #Contact: Adrien Lagrange <adrien.lagrange@irit.fr> -otb_fetch_module(OTBFastFeaturesSelection +otb_fetch_module(OTBFFSforGMM "This module implements a method to perform a fast forward feature selection using a Gaussian Mixture Model. A more detailed description can be found on the project website: https://github.com/Laadr/otbFFSforGMM -- GitLab