Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
t_methoddata_kwreal Struct Reference

Description

Data structure for real keyword expression evaluation.

Public Attributes

realv
 Array of values for the keyword. More...
 
int n
 Number of ranges in the r array. More...
 
realr
 Array of sorted ranges to match against. More...
 

Member Data Documentation

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.


The documentation for this struct was generated from the following file: