xref: /phasta/phSolver/compressible/tmr.f (revision 595995161822a203c8467e0e4a253d7bd7d6df32)
1      real*8 function tmr()
2
3      real*8 second
4
5c      tmr = second
6      tmr = 0
7
8      return
9      end
10
11
12