Skip to content

Commit 923b580

Browse files
committed
centering: use CenterStyle as param type
1 parent 8393c0f commit 923b580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/include/centering.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CC | ccc ccc ccc
2424
*/
2525

2626
template <typename PATCH>
27-
Double3 get_pos(PATCH patch, Int3 index, int style, int component = -1)
27+
Double3 get_pos(PATCH patch, Int3 index, CenterStyle style, int component = -1)
2828
{
2929
if (component == -1) {
3030
assert(style == NC || style == CC);

0 commit comments

Comments
 (0)