libtime++: Date and time calculation

◆ time_libversion()

real function time_libversion ( )

Definition at line 34 of file time_libversion.f.

References time_libversion().

34 c
35 c returns the current version of the FORTRAN library kernel
36 c
37 c last change: V2.10 (07/11/2017)
38 c
39 cE
40  real version
41  parameter(version=2.10)
42  time_libversion=version
43  return
double time_libversion()
Here is the call graph for this function: