Skip to content

Commit

Permalink
fix: type json name change to back
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Dec 13, 2020
1 parent bd43c64 commit 12fd1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ordinarykriging/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (t DistanceList) Swap(i, j int) {
}

type GridMatrices struct {
Data [][]float64 `json:"tempdata"`
Data [][]float64 `json:"data"`
Width float64 `json:"width"`
Xlim [2]float64 `json:"xLim"`
Ylim [2]float64 `json:"yLim"`
Expand Down

0 comments on commit 12fd1bb

Please sign in to comment.