ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
Main Page
Data Types List
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
cos_zconversion.f90
Go to the documentation of this file.
1
subroutine
cos_zconversion
(e,nbrho)
2
use
itm_types
3
implicit none
4
5
integer
,
intent(in)
:: nbrho
6
real(R8)
,
dimension(nbrho)
:: e
7
8
if
(nbrho < 4)
then
9
print*,
"error"
10
return
11
endif
12
13
! continuite au centre pour les NaN
14
if
( (abs(e(1)).gt.huge(e(1))) .or. (abs(e(1)).eq.0) )
then
15
e(1) = (61.0_8/46.0_8) * e(2) - (9.0_8/23.0_8) * e(3) + (3.0_8/46.0_8) * e(4)
16
endif
17
18
end subroutine
cos_zconversion
cos_zconversion
subroutine cos_zconversion(e, nbrho)
Definition:
cos_zconversion.f90:1
src
helena2
cos_zconversion.f90
Generated on Thu Feb 27 2020 09:02:15 for ETS by
1.8.5