quantum-espresso/CPV/stop_pw.f90

19 lines
511 B
Fortran

!
! Copyright (C) 2001-2003 PWSCF group
! This file is distributed under the terms of the
! GNU General Public License. See the file `License'
! in the root directory of the present distribution,
! or http://www.gnu.org/copyleft/gpl.txt .
!
!
!----------------------------------------------------------------------------
SUBROUTINE stop_pw( flag )
!----------------------------------------------------------------------------
!
IMPLICIT NONE
!
LOGICAL, INTENT(IN) :: flag
!
END SUBROUTINE stop_pw
!