Gromacs
2024.4
|
Data structure for real keyword expression evaluation.
Public Attributes | |
real * | v |
Array of values for the keyword. More... | |
int | n |
Number of ranges in the r array. More... | |
real * | r |
Array of sorted ranges to match against. More... | |
int t_methoddata_kwreal::n |
Number of ranges in the r
array.
real* t_methoddata_kwreal::r |
Array of sorted ranges to match against.
Each range is made of two values, giving the endpoints (inclusive). This field stores the pointer to the ranges allocated by the parameter parser; see SPAR_RANGES for more information.
real* t_methoddata_kwreal::v |
Array of values for the keyword.