Go to the source code of this file.
◆ dcdatetimevalidcaltype()
| logical function dcdatetimevalidcaltype |
( |
integer, intent(in) | caltype | ) |
|
Definition at line 12 of file dcdatetimevalidcaltype.f90.
13
14
15
16
18 implicit none
19 integer, intent(in):: caltype
20 logical:: result
21 integer:: caltypes_size, i
22continue
23 result = .false.
25 do i = 0, caltypes_size
27 result = .true.
28 exit
29 end if
30 end do
integer, save, public caltype
integer, dimension(0:3), parameter, public prepared_caltypes
References dc_date_types::caltype, and dc_date_types::prepared_caltypes.