NLSL
timer.f90
Go to the documentation of this file.
1 c Version 1.9.0 2/13/15
2 c----------------------------------------------------------------------
3 c =========================
4 c common TIMER
5 c =========================
6 c
7 c Defines array used by UNIX system function dtime
8 c----------------------------------------------------------------------
9 c
10  module timer
11  implicit none
12 c
13  real, save :: tarray(8)
14 c
15  end module timer
Definition: timer.f90:10
real, dimension(8), save tarray
Definition: timer.f90:13