Skip to content

Commit

Permalink
Removed redundant iso_c_binding
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Feb 23, 2024
1 parent e0abd84 commit 574cde8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

export srcdir="."
python3 ${srcdir}/tools/build_makefile.py
autoreconf -i -Wall --no-recursive
autoreconf -vi -Wall --no-recursive
11 changes: 0 additions & 11 deletions org/qmckl_jastrow_champ.org
Original file line number Diff line number Diff line change
Expand Up @@ -1903,8 +1903,6 @@ qmckl_exit_code qmckl_provide_jastrow_champ_asymp_jasb(qmckl_context context)
function qmckl_compute_jastrow_champ_asymp_jasb_doc(context, &
bord_num, b_vector, rescale_factor_ee, spin_independent, asymp_jasb) &
bind(C) result(info)
use, intrinsic :: iso_c_binding

use qmckl
implicit none

Expand Down Expand Up @@ -2347,8 +2345,6 @@ function qmckl_compute_jastrow_champ_factor_ee_doc(context, &
walk_num, elec_num, up_num, bord_num, b_vector, &
ee_distance_rescaled, asymp_jasb, spin_independent, factor_ee) &
bind(C) result(info)
use, intrinsic :: iso_c_binding

use qmckl
implicit none

Expand Down Expand Up @@ -2824,8 +2820,6 @@ function qmckl_compute_jastrow_champ_factor_ee_gl_doc( &
b_vector, ee_distance_rescaled, ee_distance_rescaled_gl, &
spin_independent, factor_ee_gl) &
bind(C) result(info)
use, intrinsic :: iso_c_binding

use qmckl
implicit none

Expand Down Expand Up @@ -3383,7 +3377,6 @@ function qmckl_compute_ee_distance_rescaled_doc(context, &
elec_num, rescale_factor_ee, walk_num, &
coord, ee_distance_rescaled) &
bind(C) result(info)
use, intrinsic :: iso_c_binding
use qmckl
implicit none

Expand Down Expand Up @@ -3709,7 +3702,6 @@ qmckl_exit_code qmckl_provide_ee_distance_rescaled_gl(qmckl_context context)
function qmckl_compute_ee_distance_rescaled_gl_doc(context, &
elec_num, rescale_factor_ee, walk_num, coord, ee_distance_rescaled_gl) &
bind(C) result(info)
use, intrinsic :: iso_c_binding
use qmckl
implicit none

Expand Down Expand Up @@ -4325,7 +4317,6 @@ function qmckl_compute_jastrow_champ_factor_en_doc( &
type_nucl_vector, aord_num, a_vector, &
en_distance_rescaled, asymp_jasa, factor_en) &
bind(C) result(info)
use, intrinsic :: iso_c_binding
use qmckl
implicit none

Expand Down Expand Up @@ -4746,7 +4737,6 @@ function qmckl_compute_jastrow_champ_factor_en_gl_doc( &
type_nucl_vector, aord_num, a_vector, &
en_distance_rescaled, en_distance_rescaled_gl, factor_en_gl) &
bind(C) result(info)
use, intrinsic :: iso_c_binding
use qmckl
implicit none

Expand Down Expand Up @@ -5270,7 +5260,6 @@ function qmckl_compute_en_distance_rescaled_doc(context, &
type_nucl_vector, rescale_factor_en, walk_num, elec_coord, &
nucl_coord, en_distance_rescaled) &
bind(C) result(info)
use, intrinsic :: iso_c_binding
use qmckl
implicit none
integer (qmckl_context), intent(in), value :: context
Expand Down

0 comments on commit 574cde8

Please sign in to comment.