Skip to content
Snippets Groups Projects
Commit 1846bb09 authored by Christophe Palmann's avatar Christophe Palmann
Browse files

BUG: fixed small bug in SARDecompositions app (SAR)

parent 46ba48c3
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ private:
AddParameter(ParameterType_ComplexInputImage, "invv", "Input Image");
SetParameterDescription("invv", "Input image (VV)");
AddParameter(ParameterType_ComplexOutputImage, "out", "Output Image");
AddParameter(ParameterType_OutputImage, "out", "Output Image");
SetParameterDescription("out", "Output image");
AddParameter(ParameterType_Choice, "decomp", "Decompositions");
......
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