| 22 | using namespace std; |
| 23 | |
| 24 | DescriptorGlobal::DescriptorGlobal(bool periodic, string average, double cutoff) |
| 25 | : Descriptor(periodic, average, cutoff) |
| 26 | { |
| 27 | } |
| 28 | |
| 29 | void DescriptorGlobal::create( |
| 30 | py::array_t<double> out, |
nothing calls this directly
no outgoing calls
no test coverage detected