We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff33a6a commit 764475aCopy full SHA for 764475a
1 file changed
raster/src/main/scala/geotrellis/raster/GridExtent.scala
@@ -33,7 +33,7 @@ import spire.implicits._
33
* The constructor will throw [[java.lang.IllegalArgumentException]] if the provided extent and cell size do not match the
34
* provided cols and rows (dimensions).
35
*/
36
-class GridExtent[N: Integral](
+class GridExtent[@specialized(Int, Long) N: Integral](
37
val extent: Extent,
38
val cellwidth: Double,
39
val cellheight: Double,
0 commit comments