Go to the source code of this file.
|
subroutine | writepf (d, bjr, bji, freq, nev, mode, nherm) |
|
◆ writepf()
subroutine writepf |
( |
real*8, dimension(*) |
d, |
|
|
real*8, dimension(*) |
bjr, |
|
|
real*8, dimension(*) |
bji, |
|
|
real*8 |
freq, |
|
|
integer |
nev, |
|
|
integer |
mode, |
|
|
integer |
nherm |
|
) |
| |
25 integer j,nev,mode,nherm
26 real*8 d(*),bjr(*),bji(*),freq,pi
37 100
format(
'P A R T I C I P A T I O N F A C T O R S F O R',
38 &
' F R E Q U E N C Y ',e20.13,
' (CYCLES/TIME)')
39 101
format(
'P A R T I C I P A T I O N F A C T O R S F O R',
44 write(5,*)
'MODE NO FREQUENCY FACTOR' 45 write(5,*)
' (CYCLES/TIME) REAL IMAGINARY' 48 write(5,
'(i7,3(2x,e14.7))') j,d(j)/(2.d0*pi),bjr(j),bji(j)
53 &
'MODE NO FREQ. (REAL) FREQ. (IMAG) FACTOR' 55 &
' (CYCLES/TIME) (RAD/TIME) REAL IMAGINARY' 58 write(5,
'(i7,4(2x,e14.7))') j,d(2*j-1)/(2.d0*pi),d(2*j),