This commit is contained in:
2023-05-17 17:41:00 -04:00
parent dffa378084
commit 051cd84a29
5 changed files with 153 additions and 7 deletions

View File

@@ -34,5 +34,6 @@ limitations under the License.
#define ALGORITHM_ADAPTIVE_THRESHOLD 1000
// adaptive algorithms: index > ALGORITHM_ADAPTIVE_THRESHOLD
#define ALGORITHM_RKF45 1001
#define ALGORITHM_RKBS32 1002
#define ALGORITHM_RKDP54 1002
#define ALGORITHM_RKBS32 1003