Skip to content

Commit

Permalink
minor code change
Browse files Browse the repository at this point in the history
  • Loading branch information
N-thony committed Feb 8, 2024
1 parent d9f584e commit f286201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions instat/sdgSummaries.vb
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Public Class sdgSummaries
ucrChkSetseed.AddParameterPresentCondition(False, "seed", False)

ucrChkProportionsPercentages.SetParameter(New RParameter("percentage_type"))
ucrChkProportionsPercentages.SetValuesCheckedAndUnchecked("factors", "none")
ucrChkProportionsPercentages.SetValuesCheckedAndUnchecked(Chr(34) & "factors" & Chr(34), Chr(34) & "none" & Chr(34))
ucrChkProportionsPercentages.SetText("Add Percentages")

ucrNudSeed.SetParameter(New RParameter("seed", 11))
Expand Down Expand Up @@ -499,11 +499,11 @@ Public Class sdgSummaries
ucrChkSumOfSquaredResiduals.SetRCode(clsListFunction, bReset, bCloneIfNeeded:=True)
ucrChkVolumetricEfficiency.SetRCode(clsListFunction, bReset, bCloneIfNeeded:=True)
ucrChkSample.SetRCode(clsListFunction, bReset, bCloneIfNeeded:=True)

ucrChkProportionsPercentages.SetRCode(clsDefaultFunction, bReset, bCloneIfNeeded:=True)
If bReset Then
ucrSelectorSecondVariable.Reset()
ucrSelectorOrderBy.Reset()
ucrChkProportionsPercentages.SetRCode(clsDummyFunction, bReset)


If strDefaultTab <> "" Then
For i As Integer = 0 To tbSummaries.TabPages.Count - 1
Expand Down

0 comments on commit f286201

Please sign in to comment.