| tcheck.h - numeric - C++ library with numerical algorithms | |
| git clone git://src.adamsgaard.dk/numeric | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| tcheck.h (112B) | |
| --- | |
| 1 #ifndef CHECK_H_ | |
| 2 #define CHECK_H_ | |
| 3 | |
| 4 // Prototype for checking function | |
| 5 void check(const bool statement); | |
| 6 | |
| 7 #endif |