Toggle navigation
Gtool Project
地球流体電脳倶楽部
dcmodel プロジェクト
SIGEN
English
dc_scaledsec
abs
Private Member Functions
dc_scaledsec::abs Interface Reference
Private Member Functions
type(
dc_scaled_sec
) function
dcscaledsec_abs_s
(sclsec)
Detailed Description
Definition at line
172
of file
dc_scaledsec.f90
.
Member Function/Subroutine Documentation
◆
dcscaledsec_abs_s()
type(
dc_scaled_sec
) function dc_scaledsec::abs::dcscaledsec_abs_s
(
type(
dc_scaled_sec
), intent(in)
sclsec
)
private
Definition at line
1891
of file
dc_scaledsec.f90
.
1891
!
1892
! DC_SCALED_SEC 型変数の絶対値を返す.
1893
!
1894
! Return an absolute value of a "DC_SCALED_SEC" variable
1895
!
1896
implicit none
1897
type
(
dc_scaled_sec
),
intent(in)
:: sclsec
1898
1899
continue
1900
result = sclsec
1901
if
( result % flag_negative ) result % flag_negative = .false.
dc_scaledsec::dc_scaled_sec
Definition:
dc_scaledsec.f90:58
The documentation for this interface was generated from the following file:
dc_utils/
dc_scaledsec.f90