From 9fa3fdaf9c8c53113ff9f3caa3acb383aba317c3 Mon Sep 17 00:00:00 2001 From: Jonathan Yates Date: Thu, 4 May 2006 21:49:34 +0000 Subject: [PATCH] give correct usggestion devel_flag=orth-fix (no 'o'!) --- src/disentangle.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/disentangle.F90 b/src/disentangle.F90 index 939b3238e..77aae0ef9 100644 --- a/src/disentangle.F90 +++ b/src/disentangle.F90 @@ -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 @@ -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