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_from(bench_problem *p, bench_real *ri) Chris@19: { Chris@19: UNUSED(p); Chris@19: UNUSED(ri); Chris@19: }