Skip to content

Commit

Permalink
fixes for the API and timer printing
Browse files Browse the repository at this point in the history
  • Loading branch information
toxa81 committed Oct 7, 2022
2 parents b147a90 + 13ddf68 commit 32b66f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/sirius.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3324,7 +3324,7 @@ subroutine sirius_get_wave_functions(ks_handler,vkl,spin,num_gvec_loc,gvec_loc,e
integer, optional, target, intent(in) :: spin
integer, optional, target, intent(in) :: num_gvec_loc
integer, optional, target, intent(in) :: gvec_loc(:,:)
complex(8), optional, target, intent(out) :: evec
complex(8), optional, target, intent(out) :: evec(:,:)
integer, optional, target, intent(in) :: ld
integer, optional, target, intent(in) :: num_spin_comp
integer, optional, target, intent(out) :: error_code
Expand Down
2 changes: 1 addition & 1 deletion src/api/sirius_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3235,7 +3235,7 @@ sirius_get_num_beta_projectors(void* const* handler__, char const* label__, int*
doc: List of G-vectors.
evec:
type: complex
attr: out, optional
attr: out, optional, dimension(:,:)
doc: Wave-functions.
ld:
type: int
Expand Down

0 comments on commit 32b66f7

Please sign in to comment.