Select norm in parameter

This commit is contained in:
2023-06-13 23:56:35 -04:00
parent 3b58896e3b
commit 251426aaaa
6 changed files with 112 additions and 24 deletions

View File

@@ -37,3 +37,7 @@ limitations under the License.
#define ALGORITHM_RKDP54 1002
#define ALGORITHM_RKBS32 1003
#define NORM_L1 1
#define NORM_k3 2
#define NORM_k32 3
#define NORM_ENSTROPHY 4