NWChem/src/uccsdt/cflopsP.fh
Huub Van Dam 28859e64f1 HvD: Added and activated the Id: revision tag to a number of files that not had
any revision number information included before.
2011-10-10 06:35:49 +00:00

10 lines
244 B
Text

c
c 19th entry for measuring timing overhead
c
double precision flops(19)
double precision times(19)
double precision calls(19)
double precision enter
common /cflopstrp/flops, times, calls, enter
c $Id$