Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidel Lumbasi committed Aug 2, 2022
1 parent a98b265 commit c6f8665
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion instat/dlgClimaticSummary.vb
Expand Up @@ -87,7 +87,8 @@ Public Class dlgClimaticSummary

ucrReceiverWithinYear.SetParameter(New RParameter("within_variable", 2, False))
ucrReceiverWithinYear.SetParameterIsString()
'ucrReceiverWithinYear.strSelectorHeading = "Factors"
ucrReceiverWithinYear.SetClimaticType("month")
ucrReceiverWithinYear.bAutoFill = True
ucrReceiverWithinYear.Selector = ucrSelectorVariable
ucrReceiverWithinYear.SetIncludedDataTypes({"numeric", "factor"})

Expand Down

0 comments on commit c6f8665

Please sign in to comment.