mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
10 lines
244 B
Text
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$
|