|
APBS 3.0.0
|
Parameter structure for GEOFLOW-specific variables from input files. More...
#include </builddir/build/BUILD/apbs-3.0.0-build/apbs-3.0.0/src/generic/geoflowparm.h>
Data Fields | |
| GEOFLOWparm_CalcType | type |
| int | parsed |
| int | vdw |
| int | setvdw |
| double | etol |
Parameter structure for GEOFLOW-specific variables from input files.
Definition at line 98 of file geoflowparm.h.
| double etol |
user defined error tolerance
Definition at line 106 of file geoflowparm.h.
| int parsed |
Has this structure been filled? (0 = no, 1 = yes)
Definition at line 101 of file geoflowparm.h.
| int setvdw |
Definition at line 105 of file geoflowparm.h.
| GEOFLOWparm_CalcType type |
What type of GEOFLOW calculation?
Definition at line 100 of file geoflowparm.h.
| int vdw |
Definition at line 104 of file geoflowparm.h.