mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-04-28 19:24:46 +02:00
fix warning
This commit is contained in:
parent
600ef80784
commit
e1e9ae0941
@ -156,7 +156,7 @@ BEGIN_PROVIDER [ double precision, pts_charge_coord, (n_pts_charge,3) ]
|
|||||||
endif
|
endif
|
||||||
print*,'Coordinates for the point charges '
|
print*,'Coordinates for the point charges '
|
||||||
do i = 1, n_pts_charge
|
do i = 1, n_pts_charge
|
||||||
write(*,'(I3,X,3(F16.8,X))'),i,pts_charge_coord(i,1:3)
|
write(*,'(I3,X,3(F16.8,X))') i,pts_charge_coord(i,1:3)
|
||||||
enddo
|
enddo
|
||||||
|
|
||||||
END_PROVIDER
|
END_PROVIDER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user