Skip to content

Commit

Permalink
give correct usggestion devel_flag=orth-fix (no 'o'!)
Browse files Browse the repository at this point in the history
  • Loading branch information
jryates committed May 4, 2006
1 parent 0ea100a commit 9fa3fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/disentangle.F90
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ subroutine internal_check_orthonorm()
write(stdout,'(3i6,2f16.12)') nkp,l,m,ctmp
write(stdout,'(1x,a)') 'The trial orbitals for disentanglement are not orthonormal'
write(stdout,'(1x,a)') 'Try re-running the calculation with the input keyword'
write(stdout,'(1x,a)') ' devel_flag=ortho-fix'
write(stdout,'(1x,a)') ' devel_flag=orth-fix'
write(stdout,'(1x,a)') 'Please report the sucess or failure of this to the Wannier90 developers'
call io_error('Error in dis_main: orthonormal error 1')
endif
Expand All @@ -229,7 +229,7 @@ subroutine internal_check_orthonorm()
write(stdout,'(3i6,2f16.12)') nkp,l,m,ctmp
write(stdout,'(1x,a)') 'The trial orbitals for disentanglement are not orthonormal'
write(stdout,'(1x,a)') 'Try re-running the calculation with the input keyword'
write(stdout,'(1x,a)') ' devel_flag=ortho-fix'
write(stdout,'(1x,a)') ' devel_flag=orth-fix'
write(stdout,'(1x,a)') 'Please report the sucess or failure of this to the Wannier90 developers'
call io_error('Error in dis_main: orthonormal error 2')
endif
Expand Down

0 comments on commit 9fa3fda

Please sign in to comment.