gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
dc_scaledsec::abs Interface Reference

Public Member Functions

type(dc_scaled_sec) function dcscaledsec_abs_s (sclsec)

Detailed Description

Definition at line 235 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)

Return absolute value of DC_SCALED_SEC

Parameters
[in]sclsecDC_SCALED_SEC variable
Returns
Absolute value of DC_SCALED_SEC

Definition at line 2427 of file dc_scaledsec.f90.

2428 implicit none
2429 type(DC_SCALED_SEC), intent(in):: sclsec
2430
2431 continue
2432 result = sclsec
2433 if ( result % flag_negative ) result % flag_negative = .false.

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