mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-02 10:55:05 +00:00
10 lines
207 B
C
10 lines
207 B
C
|
/* not worth copyrighting */
|
||
|
#include "libbench2/bench.h"
|
||
|
|
||
|
/* default routine, can be overridden by user */
|
||
|
void after_problem_rcopy_to(bench_problem *p, bench_real *ro)
|
||
|
{
|
||
|
UNUSED(p);
|
||
|
UNUSED(ro);
|
||
|
}
|