| 281 | // etc. |
| 282 | |
| 283 | static inline int NumDigits( |
| 284 | const double npoints) |
| 285 | { |
| 286 | return MAX(1, int(floor(log10(npoints))+1)); |
| 287 | } |
| 288 | |
| 289 | // note: in frontal-model-only Stasm, the only valid value for EYAW is EYAW00 |
| 290 |
no outgoing calls
no test coverage detected