Skip to content

Commit

Permalink
update method
Browse files Browse the repository at this point in the history
  • Loading branch information
victorl2 committed Apr 20, 2021
1 parent b294bde commit 37c716a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kate/data_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (handler *DataHandler) nextValues() *AggregatedDataPoints {
}

//SetWindow defines the range of values that will be avaliable on each step through the data points
func (handler *DataHandler) setWindow(windowSize int) {
func (handler *DataHandler) SetWindow(windowSize int) {
handler.windowSize = windowSize
}

Expand Down

0 comments on commit 37c716a

Please sign in to comment.