Skip to content

Commit

Permalink
Still trying to fix xid error for submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Goldfeld committed Feb 18, 2023
1 parent 25790e0 commit b99edfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/srcRcpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ IntegerVector clipVec(IntegerVector id, IntegerVector seq,
IntegerVector last(uid);

int maxperiod = max(seq);
int x_uid;
int x_uid = 0;

for(int i=0; i<id.length(); ++i) {

Expand Down

0 comments on commit b99edfa

Please sign in to comment.