Skip to content

Commit

Permalink
Merge pull request #126 from slwu89/hotfix/cran_checks
Browse files Browse the repository at this point in the history
Hotfix/cran checks
  • Loading branch information
giovannic authored Jul 23, 2021
2 parents a83ec90 + 8f2f380 commit 7cf23e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: individual
Title: Framework for Specifying and Simulating Individual Based Models
Version: 0.1.3
Version: 0.1.4
Authors@R: c(
person(
given = "Giovanni",
Expand Down
2 changes: 1 addition & 1 deletion inst/include/IterableBitset.h
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ inline void bitset_choose_internal(
false // one based
);
std::sort(to_remove.begin(), to_remove.end());
auto bitset_i = 0u;
auto bitset_i = 0;
auto bitset_it = b.cbegin();
for (auto i : to_remove) {
while(bitset_i != i) {
Expand Down

0 comments on commit 7cf23e5

Please sign in to comment.