source: PSPA/parmelaPSPA/trunk/datime.f @ 465

Last change on this file since 465 was 12, checked in by lemeur, 12 years ago

parmela pspa initial

File size: 437 bytes
Line 
1      subroutine datime(dbuf,tbuf)
2c--   subroutine date and time
3c--   calls date and time inclued here as they may be machine dependent
4c--alpha
5c      character Istart_date*9,Iend_date*9,Istart_time*8,Iend_time*8
6c
7c      call date_and_time(Istart_date) ! get date vms
8c--hp ux
9      character dbuf*9,tbuf*8
10c
11      print*, ' datime : date et time  a programmer '
12c      call date(dbuf)
13c      call time(tbuf)
14
15      return
16      end
Note: See TracBrowser for help on using the repository browser.