Skip to content

Commit

Permalink
accuracy parameter in variable declaration missing (grimme-lab#882)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>
Signed-off-by: Johannes Gorges <58849467+gorges97@users.noreply.github.com>
  • Loading branch information
marcelmbn authored and gorges97 committed Mar 27, 2024
1 parent 6f0009f commit 6b0f495
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 6b0f495

Please sign in to comment.