xref: /phasta/phSolver/compressible/tmr.f (revision 43c56ca5a35722d85cb4464ff0683d63f8eb4a00)
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