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