diff --git a/org/qmckl_jastrow_champ.org b/org/qmckl_jastrow_champ.org index c76d59c..ef5045d 100644 --- a/org/qmckl_jastrow_champ.org +++ b/org/qmckl_jastrow_champ.org @@ -794,7 +794,7 @@ qmckl_set_jastrow_champ_c_vector(qmckl_context context, if (size_max < dim_c_vector*type_nucl_num) { char msg[256]; - sprintf(msg, "Array too small. Expected dim_c_vector*type_nucl_num = %lld", + sprintf(msg, "Array too small. Expected dim_c_vector*type_nucl_num = %ld", (long) dim_c_vector*type_nucl_num ); return qmckl_failwith( context, QMCKL_INVALID_ARG_3,