Gems3k
3.1
GEMS3K standalone solver for geochemical equilibria
|
Implementation of service functions for writing/reading arrays in files. More...
Defines | |
#define | SHORT_EMPTY -32768 |
#define | LONG_EMPTY -2147483648L |
#define | FLOAT_EMPTY 1.17549435e-38F |
#define | DOUBLE_EMPTY 2.2250738585072014e-308 |
#define | CHAR_EMPTY '`' |
Functions | |
istream & | f_getline (istream &is, gstring &str, char delim) |
read string as: "<characters>" | |
bool | IsFloatEmpty (const float v) |
bool | IsDoubleEmpty (const double v) |
Implementation of service functions for writing/reading arrays in files.