Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Feb 7, 2019
1 parent 1488e6b commit 01062fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qs_environment.F
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ SUBROUTINE qs_init_subsys(qs_env, para_env, subsys, cell, cell_ref, use_ref_cell
! *** Allocate the data structure for Quickstep energies ***
CALL allocate_qs_energy(energy)

! check for orthogoanl basis
! check for orthogonal basis
has_unit_metric = .FALSE.
IF (dft_control%qs_control%semi_empirical) THEN
IF (dft_control%qs_control%se_control%orthogonal_basis) has_unit_metric = .TRUE.
Expand Down

0 comments on commit 01062fc

Please sign in to comment.