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