| 54 | } |
| 55 | |
| 56 | enum pj_io_units pj_right (PJ *P) { |
| 57 | enum pj_io_units u = P->inverted? P->left: P->right; |
| 58 | if (u==PJ_IO_UNITS_CLASSIC) |
| 59 | return PJ_IO_UNITS_PROJECTED; |
| 60 | return u; |
| 61 | } |
| 62 | |
| 63 | |
| 64 | /* Work around non-constness of MSVC HUGE_VAL by providing functions rather than constants */ |
no outgoing calls
no test coverage detected