Skip to content

Commit 764475a

Browse files
authored
Return GridExtent specialized constructor (#3429)
1 parent ff33a6a commit 764475a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

raster/src/main/scala/geotrellis/raster/GridExtent.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import spire.implicits._
3333
* The constructor will throw [[java.lang.IllegalArgumentException]] if the provided extent and cell size do not match the
3434
* provided cols and rows (dimensions).
3535
*/
36-
class GridExtent[N: Integral](
36+
class GridExtent[@specialized(Int, Long) N: Integral](
3737
val extent: Extent,
3838
val cellwidth: Double,
3939
val cellheight: Double,

0 commit comments

Comments
 (0)