xref: /phasta/phSolver/compressible/secs.f (revision 595995161822a203c8467e0e4a253d7bd7d6df32)
1      real*8 function secs(t)
2
3      real t
4
5      secs = 0.0
6
7      return
8      end
9