Skip to content

Commit

Permalink
format bmi.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-w committed Jan 17, 2024
1 parent b336f27 commit 5370bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bmi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ end
function BMI.get_grid_size(model::Model, grid::Int)
return length(active_indices(model.network, grids[grid]))
end

function BMI.get_grid_edge_count(model::Model, grid::Int)
@unpack network = model
if grid == 4
Expand Down

0 comments on commit 5370bef

Please sign in to comment.