mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-05 20:35:06 +00:00
11 lines
243 B
C
11 lines
243 B
C
|
/* not worth copyrighting */
|
||
|
#include "libbench2/bench.h"
|
||
|
|
||
|
/* default routine, can be overridden by user */
|
||
|
void after_problem_hccopy_from(bench_problem *p, bench_real *ri, bench_real *ii)
|
||
|
{
|
||
|
UNUSED(p);
|
||
|
UNUSED(ri);
|
||
|
UNUSED(ii);
|
||
|
}
|