CalculiX
2.13
A Free Software Three-Dimensional Structural Finite Element Program
Functions/Subroutines
closefile.f File Reference
Go to the source code of this file.
Functions/Subroutines
subroutine
closefile
()
Function/Subroutine Documentation
◆
closefile()
subroutine closefile
(
)
20
implicit none
21
!
22
! closes files at the end of the calculation
23
!
24
logical
rout
25
!
26
! closing the .inp file
27
!
28
close
(1)
29
!
30
! closing the .dat file
31
!
32
close
(5)
33
!
34
! closing the .sta file
35
!
36
close
(8)
37
!
38
! closing the .cvg file
39
!
40
close
(11)
41
!
42
! closing the .rout file
43
!
44
inquire
(15,opened=rout)
45
if
(rout)
close
(15)
46
!
47
return
Hosted by
OpenAircraft.com
, (Michigan UAV, LLC)