From ec28f0ef9aa8ece7cc23ec4a491f1751743de771 Mon Sep 17 00:00:00 2001 From: AndreasMartin72 Date: Wed, 11 Aug 2021 12:48:51 +0200 Subject: [PATCH] .. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c43e44..e639d58 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ predefined functions. `RFC_MINIMAL`: To use core functions for rainflow counting only (for porting to µControllers for example). `RFC_TP_SUPPORT`: Turning point storage. `RFC_HCM_SUPPORT`: HCM algorithm (Clormann/Seeger). - `RFC_ASTM_SUPPORT`: ASTM ASTM E 1049 (2011) algorithm. + `RFC_ASTM_SUPPORT`: ASTM E 1049 (2011) algorithm. `RFC_AT_SUPPORT`: User defined amplitude transformation (Haigh diagram). `RFC_DH_SUPPORT`: Damage history storage. `RFC_USE_DELEGATES`: Delegates for various core functions to implement user defined behavior.