From 9796c68e33a00dc092fff8f8b8894b99417ddc9b Mon Sep 17 00:00:00 2001
From: Jonathan Guinet <jonathan.guinet@c-s.fr>
Date: Mon, 16 Apr 2012 08:38:02 +0200
Subject: [PATCH] ENH: AddRANDParameter option.

---
 Applications/Hyperspectral/otbVertexComponentAnalysis.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Applications/Hyperspectral/otbVertexComponentAnalysis.cxx b/Applications/Hyperspectral/otbVertexComponentAnalysis.cxx
index 30b2f1d1c0..91ef756af1 100644
--- a/Applications/Hyperspectral/otbVertexComponentAnalysis.cxx
+++ b/Applications/Hyperspectral/otbVertexComponentAnalysis.cxx
@@ -74,6 +74,7 @@ private:
     SetParameterDescription("outendm","The endmebers, stored in a one-line multi-spectral image, each pixel representing an endmember");
     MandatoryOn("outendm");
 
+    AddRANDParameter();
     // Doc example parameter settings
     SetDocExampleParameterValue("in", "cupriteSubHsi.tif");
     SetDocExampleParameterValue("ne", "5");
-- 
GitLab