]> www.ginac.de Git - cln.git/blob - src/timing/cl_t_d.cc
Make @exec_prefix@ usable in shell scripts.
[cln.git] / src / timing / cl_t_d.cc
1 // destructor ~cl_timing().
2
3 // General includes.
4 #include "cl_sysdep.h"
5
6 // Specification.
7 #include "cl_timing.h"
8
9
10 // Implementation.
11
12 cl_timing::~cl_timing ()
13 {
14         report_fn(*this);
15 }