2 * ion/ioncore/float-placement.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
9 #ifndef ION_IONCORE_FLOAT_PLACEMENT_H
10 #define ION_IONCORE_FLOAT_PLACEMENT_H
17 PLACEMENT_LRUD
, PLACEMENT_UDLR
, PLACEMENT_RANDOM
20 extern WFloatPlacement ioncore_placement_method
;
21 extern int ioncore_placement_padding
;
23 extern void group_calc_placement(WGroup
*ws
, uint level
,
26 #endif /* ION_IONCORE_FLOAT_PLACEMENT_H */