mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-06 12:55:05 +00:00
9 lines
173 B
C
9 lines
173 B
C
|
/* not worth copyrighting */
|
||
|
#include "libbench2/bench.h"
|
||
|
|
||
|
/* default routine, can be overridden by user */
|
||
|
double bench_cost_postprocess(double cost)
|
||
|
{
|
||
|
return cost;
|
||
|
}
|