private fields for calculated values

This commit is contained in:
Andreas Schröpfer
2021-01-03 08:08:10 +01:00
parent 23214be74e
commit 9f5d258f65
6 changed files with 9 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ func emptyMatrix() *Matrix {
Weight: 1,
Aspects: []Aspect{},
NegativeAspects: []NegativeAspect{},
NegPointsFactor: 0,
negPointsFactor: 0,
Calc: &ThemeCalc{},
}