Skip to content

Commit

Permalink
Fixed python
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Dec 14, 2024
1 parent d750c05 commit 63f4b9e
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 @@ -2205,7 +2205,7 @@ assert(fabs(asymp_jasb_doc[1]-asymp_jasb_hpc[1]) < 1.e-8);
#+begin_src c :comments org :tangle (eval h_func) :noweb yes
qmckl_exit_code qmckl_get_jastrow_champ_ee_distance_rescaled(qmckl_context context,
double* const distance_rescaled,
int64_t const max_size);
int64_t const size_max);
#+end_src

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

0 comments on commit 63f4b9e

Please sign in to comment.