Skip to content
Snippets Groups Projects
Commit 3c7e4f93 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: typo in method name

parent 47c926f9
Branches
Tags
No related merge requests found
......@@ -102,7 +102,7 @@ private:
void DoUpdateParameters()
{
if(!HasUseValue("mode") && HasValue("inp") && HasValue("inxs") && otb::PleiadesPToXSAffineTransformCalculator::CanCompute(GetParameterImage("inp"),GetParameterImage("inxs")))
if(!HasUserValue("mode") && HasValue("inp") && HasValue("inxs") && otb::PleiadesPToXSAffineTransformCalculator::CanCompute(GetParameterImage("inp"),GetParameterImage("inxs")))
{
otbAppLogWARNING("Forcing PHR mode with PHR data. You need to add \"-mode default\" to force the default mode with PHR images.");
SetParameterString("mode","phr");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment