quantum-espresso/UtilXlib/util_param.f90

18 lines
498 B
Fortran

!
! Copyright (C) Quantum ESPRESSO 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 .
!
MODULE util_param
USE parallel_include
INTEGER, PARAMETER :: DP = selected_real_kind(14,200)
INTEGER, PARAMETER :: stdout = 6 ! unit connected to standard output
CHARACTER(LEN=5 ), PARAMETER :: crash_file = 'CRASH'
END MODULE util_param