Skip to content

Commit 63f4b9e

Browse files
committed
Fixed python
1 parent d750c05 commit 63f4b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org/qmckl_jastrow_champ.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2205,7 +2205,7 @@ assert(fabs(asymp_jasb_doc[1]-asymp_jasb_hpc[1]) < 1.e-8);
22052205
#+begin_src c :comments org :tangle (eval h_func) :noweb yes
22062206
qmckl_exit_code qmckl_get_jastrow_champ_ee_distance_rescaled(qmckl_context context,
22072207
double* const distance_rescaled,
2208-
int64_t const max_size);
2208+
int64_t const size_max);
22092209
#+end_src
22102210

22112211
#+begin_src c :comments org :tangle (eval c) :noweb yes :exports none

0 commit comments

Comments
 (0)