accelerInt
v0.1
|
Error checking for the CPU Radua-IIa solver. More...
#include "radau2a_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 Radua-IIa solver.
Definition in file radau2a_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 radau2a_props.c.