CalculiX
2.13
A Free Software Three-Dimensional Structural Finite Element Program
Functions/Subroutines
writehe.f File Reference
Go to the source code of this file.
Functions/Subroutines
subroutine
writehe
(j)
Function/Subroutine Documentation
◆
writehe()
subroutine writehe
(
integer
j
)
20
!
21
! writes a header for each eigenfrequency in the .dat file
22
!
23
implicit none
24
!
25
integer
j
26
!
27
write
(5,*)
28
write
(5,100) j+1
29
100
format
30
& (
' E I G E N V A L U E N U M B E R '
,i5)
31
write
(5,*)
32
!
33
return
Hosted by
OpenAircraft.com
, (Michigan UAV, LLC)