Gromacs
2025-dev-20241003-bd59e46
|
Data structure for comparison expression operand values.
Public Attributes | |
int | flags |
Flags that describe the type of the operand. More... | |
int * | i |
(Array of) integer value(s). More... | |
real * | r |
(Array of) real value(s). More... | |
int t_compare_value::flags |
Flags that describe the type of the operand.
int* t_compare_value::i |
(Array of) integer value(s).
real* t_compare_value::r |
(Array of) real value(s).