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

Go to the source code of this file.

Functions/Subroutines

real function second ()
 SECOND returns nothing

Function/Subroutine Documentation

◆ second()

real function second

SECOND returns nothing

Purpose:
!>
!>  SECOND 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 second_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 second = 0.0e+0
45 RETURN
46*
47* End of SECOND
48*
real function second()
SECOND returns nothing
Definition second_NONE.f:37