===========================================================
| 31 | #define PIHalf 1.57079632679490 |
| 32 | //=========================================================== |
| 33 | inline int getCrosNumD(int n) |
| 34 | { |
| 35 | return n*(n+1)/2; |
| 36 | } |
| 37 | //================================================================ |
| 38 | inline void getDeltaD(double* x, double* y, double* z, const py::array_t<double> &positions, const double ix, const double iy, const double iz, const vector<int> &indices){ |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected