struct rgpot::nlist::CachedPairList::OptionsΒΆ

struct Options {
    // fields
 
    double cutoff {0.0};
    double skin {1.0};
    std::array<bool, 3> periodic {{true, true, true}};
 
    // methods
 
    bool operator==(const Options& o) const;
};