Loading...
Searching...
No Matches
dc_utils.f90
Go to the documentation of this file.
1!= dc_utils のユーザインターフェース
2!= User interface of dc_utils
3!
4! Authors:: Yasuhiro MORIKAWA
5! Version:: $Id: dc_utils.f90,v 1.6 2010-04-11 14:13:51 morikawa Exp $
6! Tag Name:: $Name: $
7! Copyright:: Copyright (C) GFD Dennou Club, 2000-2005. All rights reserved.
8! License:: See COPYRIGHT[link:../../COPYRIGHT]
9!
11 !
12 != dc_utils のユーザインターフェイス
13 != User interface of dc_utils
14 !
15 ! <b>Note that Japanese and English are described in parallel.</b>
16 !
17 ! このモジュールは dc_utils ライブラリの各モジュール群の公開要素を
18 ! 全て一括で提供するためのインターフェースです.
19 !
20 ! 利用可能な手続き等については, 下記のモジュールリストを参照ください.
21 !
22 ! This module provides almost all public entities of
23 ! modules in dc_utils library.
24 !
25 ! See following module list for available procedures, etc.
26 !
27
28 ! * "dc_trace#debug" -> dc_debug, for gfortran bug.
29 ! use dc_trace, only: BeginSub, EndSub, SetDebug, DbgMessage, &
30 ! Dbg_Scratch, SubLevel, DataDump, DcDebug=>Debug
31 !
32 use dc_types
33 use dc_string
34 use dc_error
35 use dc_url
36 use dc_message
37 use dc_present
38 use dc_date
39 use dc_calendar
40 use dc_test
41 use dc_clock
42 use dc_args
43 use dc_hash
44 use dc_iounit
45 use dc_regex
46 implicit none
47
48!!$ interface debug
49!!$ module procedure dcdebug
50!!$ end interface
51
53end module dc_utils
シンプルな正規表現関数 'match' を提供します.
Definition dc_regex.f90:16
種別型パラメタを提供します。
Definition dc_types.f90:49