Skip to content

Commit

Permalink
Remove extra par
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzeslaus committed Oct 24, 2024
1 parent c970574 commit f179bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pops/host_pool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ class HostPool : public HostPoolInterface<RasterIndex>
+ std::to_string(mortality[i]) + " > "
+ std::to_string(mortality_tracker_vector_[i](row, col))
+ ") for cell (" + std::to_string(row) + ", " + std::to_string(col)
+ "))");
+ ")");
}
mortality_tracker_vector_[i](row, col) =
mortality_tracker_vector_[i](row, col) - mortality[i];
Expand Down

0 comments on commit f179bb3

Please sign in to comment.