Skip to content

Commit

Permalink
Prettify.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp authored and alazzaro committed Apr 14, 2020
1 parent 100f1cb commit 9b4ddb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/atom_operators.F
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
!>
! **************************************************************************************************
MODULE atom_operators
USE ISO_C_BINDING, ONLY: C_F_POINTER, &
C_LOC
USE ai_onecenter, ONLY: &
sg_coulomb, sg_erf, sg_erfc, sg_exchange, sg_gpot, sg_kinetic, sg_kinnuc, sg_nuclear, &
sg_overlap, sg_proj_ol, sto_kinetic, sto_nuclear, sto_overlap
Expand All @@ -33,7 +35,6 @@ MODULE atom_operators
USE periodic_table, ONLY: ptable
USE physcon, ONLY: c_light_au
USE qs_grid_atom, ONLY: grid_atom_type
USE, INTRINSIC :: ISO_C_BINDING, ONLY: C_LOC, C_F_POINTER
#include "./base/base_uses.f90"

IMPLICIT NONE
Expand Down

0 comments on commit 9b4ddb7

Please sign in to comment.