MCPcopy Create free account
hub / github.com/SINGROUP/dscribe / Descriptor

Method Descriptor

dscribe/ext/descriptor.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19using namespace std;
20
21Descriptor::Descriptor(bool periodic, string average, double cutoff)
22 : periodic(periodic)
23 , average(average)
24 , cutoff(cutoff)
25{
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected