Skip to content

Commit

Permalink
Fixed cast
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Sep 26, 2023
1 parent 1dc1c0f commit ad37810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/qmckl_jastrow_champ.org
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,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 = %ld", (long)
dim_c_vector*type_nucl_num );
(dim_c_vector*type_nucl_num) );
return qmckl_failwith( context,
QMCKL_INVALID_ARG_3,
"qmckl_set_jastrow_champ_c_vector",
Expand Down

0 comments on commit ad37810

Please sign in to comment.