Flag database. More...
#include "pluto.h"Functions | |
| void | FlagReset (const Data *d) |
| unsigned char | CheckZone (int z, int bit) |
The FlagReset() function is simply used to reset all the bits ot the flag array to zero (immediately before starting integration) and keep a static copy of its memory address.
The CheckZone() function is used to check whether a zone has been tagged with a particular flag using the Bit flag labels
| unsigned char CheckZone | ( | int | z, |
| int | bit | ||
| ) |
Check if bit "bit" is turned on in zone "z".
| void FlagReset | ( | const Data * | d | ) |
Set d->flag array to zero and keep a static reference.
1.8.2