Skip to content

Commit

Permalink
accuracy parameter in variable declaration missing
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>
  • Loading branch information
marcelmbn committed Oct 6, 2023
1 parent 0813880 commit 871d37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/oniom.f90
Original file line number Diff line number Diff line change
Expand Up @@ -994,8 +994,8 @@ end subroutine new_atom
subroutine new_coordinates(xyz)

implicit none
real, allocatable :: xyz(:,:)
real, allocatable :: tmp1(:,:)
real(wp), allocatable :: xyz(:,:)
real(wp), allocatable :: tmp1(:,:)
integer :: atom_num

atom_num = size(xyz, 2)
Expand Down

0 comments on commit 871d37d

Please sign in to comment.