| 119 | /*****************************************************************************/ |
| 120 | |
| 121 | void PJconsts::copyStateFrom(const PJconsts &other) { |
| 122 | over = other.over; |
| 123 | errorIfBestTransformationNotAvailable = |
| 124 | other.errorIfBestTransformationNotAvailable; |
| 125 | warnIfBestTransformationNotAvailable = |
| 126 | other.warnIfBestTransformationNotAvailable; |
| 127 | skipNonInstantiable = other.skipNonInstantiable; |
| 128 | } |
| 129 | |
| 130 | /*****************************************************************************/ |
| 131 | PJ *pj_new() { |
no outgoing calls
no test coverage detected