Loading...
Searching...
No Matches
Public Member Functions | List of all members
dc_scaledsec::abs Interface Reference

Public 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)

Definition at line 1890 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.

The documentation for this interface was generated from the following file: