Skip to content

Commit b0e33de

Browse files
authored
Merge pull request #3326 from ControlSystemStudio/CSSTUDIO-3065
Add missing function in services file
2 parents 0ae9b16 + d5ed4d0 commit b0e33de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/formula/src/main/resources/META-INF/services/org.csstudio.apputil.formula.spi.FormulaFunction

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ org.csstudio.apputil.formula.string.StringEqualsFunction
4949
org.csstudio.apputil.formula.array.ScaleArrayFormulaFunction
5050
org.csstudio.apputil.formula.array.SubArrayFunction
5151
org.csstudio.apputil.formula.array.ElementAtNumberFunction
52+
org.csstudio.apputil.formula.array.HistogramOfFunction
5253
org.csstudio.apputil.formula.array.ArraySumFunction
5354
org.csstudio.apputil.formula.array.ArrayPowFunction
5455
org.csstudio.apputil.formula.array.ArrayMultiplicationFunction

0 commit comments

Comments
 (0)