tcheck.h - numeric - C++ library with numerical algorithms
 (HTM) git clone git://src.adamsgaard.dk/numeric
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) 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