Skip to content

Commit

Permalink
Update src/Approximations/overapproximate.jl
Browse files Browse the repository at this point in the history
Co-Authored-By: Christian Schilling <[email protected]>
  • Loading branch information
kpotomkin and schillic authored Jun 5, 2019
1 parent 80eed63 commit 13e7b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Approximations/overapproximate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ end

function blocks_linear_map(cpa::CartesianProductArray,
M::AbstractMatrix{N},
row_range::UnitRange{Int64}) where {N}
row_range::UnitRange{Int}) where {N}
col_start_ind, col_end_ind = 1, 0
array = Vector{LazySet{N}}()
sizehint!(array, length(cpa.array))
Expand Down

0 comments on commit 13e7b9c

Please sign in to comment.