17 write(fname,
'("EPSILON_",2I1,".OUT")') i,j
18 inquire(file=trim(fname),exist=exist)
21 write(*,
'("Error(readepsw0): file not found :")')
22 write(*,
'(" ",A)') trim(fname)
26 open(50,file=trim(fname),status=
'OLD',form=
'FORMATTED')
27 read(50,*) w,
epsw0(i,j)
28 if (abs(w) > 1.d-8)
then 30 write(*,
'("Error(readepsw0): first frequency should be zero")')
31 write(*,
'(" in file ",A)') trim(fname)
real(8), dimension(3, 3) epsw0