hsclse.f90
Go to the documentation of this file.
1 !
2 != gtool_history Fortran 77 用インターフェース
3 !
4 ! Authors:: Shin-ichi TAKEHIRO, Yasuhiro MORIKAWA
5 ! Version:: $Id: hsclse.f90,v 1.2 2009-06-01 15:17:19 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 !
10 !== サブルーチン対応表
11 !
12 ! gtool_history_generic#HistoryClose :: HSCLSE
13 !
14 subroutine hsclse
15  !
16  !== 機能
17  !
18  ! ヒストリーを閉じる.
19 
20  use gtool_history
21 
22  CALL historyclose
23 
24 end subroutine hsclse
subroutine hsclse
Definition: hsclse.f90:15
subroutine historyclose(history, quiet, err)