libode
Easy to compile, fast ODE integrators as C++ classes
|
#include "ode_io.h"
Go to the source code of this file.
Namespaces | |
namespace | ode |
Functions | |
void | ode::ode_check_write (const char *fn) |
check if a file can be written (opened in write mode) | |
void | ode::ode_print_exit (const char *msg) |
print a message and exit with failure | |
std::string | ode::ode_int_to_string (long i) |
converts an integer into a string | |