1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-09-27 03:51:09 +02:00

Add missing fortran line

This commit is contained in:
Anthony Scemama 2022-06-15 16:12:33 +02:00
parent d21adadcf2
commit b5423dca3d

View File

@ -262,6 +262,7 @@ bool qmckl_mo_basis_provided(const qmckl_context context) {
*** Fortran interfaces
#+begin_src f90 :tangle (eval fh_func) :comments org
interface
integer(c_int32_t) function qmckl_get_mo_basis_mo_num (context, &
mo_num) bind(C)