Skip to content

Commit

Permalink
fix lld?
Browse files Browse the repository at this point in the history
  • Loading branch information
paocorrales committed May 3, 2024
1 parent 6edae91 commit b25beb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdsi_ext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void pdsi::Rext_init(NumericVector& P, NumericVector& PE,
calibrationEndYear = calib_e_yr;

if(input_len != PE.length())
Rf_error("Length of input P (%d) is not equal to input PE (%ld).",
Rf_error("Length of input P (%d) is not equal to input PE (%lld).",
input_len, PE.length());

if(calibrationStartYear < startyear) {
Expand Down

0 comments on commit b25beb0

Please sign in to comment.