OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
dsecnd_NONE.f File Reference

Go to the source code of this file.

Functions/Subroutines

double precision function dsecnd ()
 DSECND returns nothing

Function/Subroutine Documentation

◆ dsecnd()

double precision function dsecnd

DSECND returns nothing

Purpose:
!>
!>  DSECND returns nothing instead of returning the user time for a process in seconds.
!>  If you are using that routine, it means that neither EXTERNAL ETIME,
!>  EXTERNAL ETIME_, INTERNAL ETIME, INTERNAL CPU_TIME is available  on
!>  your machine.
!> 
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.

Definition at line 36 of file dsecnd_NONE.f.

37*
38* -- LAPACK auxiliary routine --
39* -- LAPACK is a software package provided by Univ. of Tennessee, --
40* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
41*
42* =====================================================================
43*
44 dsecnd = 0.0d+0
45 RETURN
46*
47* End of DSECND
48*
double precision function dsecnd()
DSECND returns nothing
Definition dsecnd_NONE.f:37