Go to the documentation of this file. 8 #ifndef RADAU2A_PROPS_H 9 #define RADAU2A_PROPS_H 30 #define EC_success (0) 32 #define EC_consecutive_steps (1) 34 #define EC_max_steps_exceeded (2) 36 #define EC_h_plus_t_equals_h (3) 38 #define EC_newton_max_iterations_exceeded (4)