(git:374b731)
Loading...
Searching...
No Matches
fft_kinds.F
Go to the documentation of this file.
1!--------------------------------------------------------------------------------------------------!
2! CP2K: A general program to perform molecular dynamics simulations !
3! Copyright 2000-2024 CP2K developers group <https://cp2k.org> !
4! !
5! SPDX-License-Identifier: GPL-2.0-or-later !
6!--------------------------------------------------------------------------------------------------!
7
8! **************************************************************************************************
9!> \brief Defines the basic variable types
10!> \author Teodoro Laino - 01.2011
11! **************************************************************************************************
12
14
15 IMPLICIT NONE
16 PRIVATE
17 INTEGER, PARAMETER, PUBLIC :: wp = selected_real_kind(14, 200)
18 INTEGER, PARAMETER, PUBLIC :: dp = selected_real_kind(14, 200)
19 INTEGER, PARAMETER, PUBLIC :: sp = selected_real_kind(6, 30)
20
21END MODULE fft_kinds
Defines the basic variable types.
Definition fft_kinds.F:13
integer, parameter, public wp
Definition fft_kinds.F:17
integer, parameter, public sp
Definition fft_kinds.F:19
integer, parameter, public dp
Definition fft_kinds.F:18