|
accelerInt
v0.1
|
Error checking for the CPU RKC solver. More...
#include "rkc_props.h"
Go to the source code of this file.
Functions | |
| void | check_error (int tid, int code) |
| Checks the return code of the given thread (IVP) for an error, and exits if found. More... | |
Error checking for the CPU RKC solver.
Definition in file rkc_props.c.
| void check_error | ( | int | tid, |
| int | code | ||
| ) |
Checks the return code of the given thread (IVP) for an error, and exits if found.
| tid | The thread (IVP) index |
| code | The return code of the thread |
Definition at line 13 of file rkc_props.c.
1.8.14