1 /*****************************************************************************
2 **
3 **    time.h                          NQ                       Werner Nickel
4 **                                         nickel@mathematik.tu-darmstadt.de
5 */
6 
7 #ifndef TIME_H
8 #define TIME_H
9 
10 extern int CombiCollectionTime;
11 extern int SimpleCollectionTime;
12 extern int IntMatTime;
13 
14 extern void PrintCollectionTimes(void);
15 
16 #endif
17