Cleanups to UBL code
This commit is contained in:
parent
39c6c5621b
commit
cd72901fb7
@ -250,9 +250,7 @@
|
||||
const float m = dy / dx,
|
||||
c = start[Y_AXIS] - m * start[X_AXIS];
|
||||
|
||||
bool inf_normalized_flag, inf_m_flag;
|
||||
|
||||
inf_normalized_flag = isinf(e_normalized_dist);
|
||||
const bool inf_normalized_flag = isinf(e_normalized_dist),
|
||||
inf_m_flag = isinf(m);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user