Skip to content

Commit

Permalink
CRAN things...
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasRieger committed Nov 27, 2023
1 parent ed42e97 commit 6a6692c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ldagibbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ SEXP ldagibbs(SEXP documents,
// und speichere zusaetzlich in zs
SEXP zs = VECTOR_ELT(assignments, dd);
if (!zs) {
error("Unable to allocate memory for document (%d) assignments", dd);
error("Unable to allocate memory for document (%ld) assignments", dd);
}

for (ww = 0; ww < nw; ++ww) {
Expand Down

0 comments on commit 6a6692c

Please sign in to comment.