7 #ifndef BALL_MOLMEC_PARAMETER_LENNARDJONES_H 8 #define BALL_MOLMEC_PARAMETER_LENNARDJONES_H 10 #ifndef BALL_FORMAT_PARAMETERSECTION_H 14 #ifndef BALL_MOLMEC_PARAMETER_ATOMTYPES_H 55 SLATER_KIRKWOOD_FORMAT
99 virtual void clear() ;
110 const String& section_name) ;
113 virtual bool extractSection(
Parameters& parameters,
114 const String& section_name) ;
154 std::vector<float>
A_;
156 std::vector<float>
B_;
158 std::vector<float>
N_;
172 #endif // BALL_MOLMEC_PARAMETER_LENNARDJONES_H
Size number_of_atom_types_
std::vector< float > Aij_
std::vector< float > Bij_
std::vector< String > names_
std::vector< bool > is_defined_
BALL_EXPORT bool operator==(const String &s1, const String &s2)
-*- Mode: C++; tab-width: 2; -*-