Skip to content

Commit 644071b

Browse files
committed
FIX
1 parent 8b084a1 commit 644071b

File tree

1 file changed

+4
-1
lines changed
  • benchmarks/benchmark-others/bigarrays

1 file changed

+4
-1
lines changed

benchmarks/benchmark-others/bigarrays/bench.ml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ let deltay = 40_000. /. 360. /. 3600. *. 1000.
44

55
let deltax = deltay *. cos (44. *. pi /. 180.)
66

7-
let precompute tile_height tile_width tile =
7+
let precompute
8+
tile_height
9+
tile_width
10+
(tile : (float, Bigarray.float32_elt, Bigarray.c_layout) Bigarray.Array2.t) =
811
let normals =
912
Bigarray.(Array3.create Int8_signed C_layout) (tile_height - 2) (tile_width - 2) 3
1013
in

0 commit comments

Comments
 (0)