Updates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/* 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);
|
||||
}
|
||||
Reference in New Issue
Block a user