Chris@19: /* not worth copyrighting */ Chris@19: #include "bench.h" Chris@19: Chris@19: /* default routine, can be overridden by user */ Chris@19: void after_problem_rcopy_to(bench_problem *p, bench_real *ro) Chris@19: { Chris@19: UNUSED(p); Chris@19: UNUSED(ro); Chris@19: }