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