only:minor note

This commit is contained in:
Andrey 2023-09-18 13:49:25 -04:00
parent 07fb96dc08
commit 5c5fafd7c2
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ float map[4][5] = {
static float getValue(float rpm, float maf) {
Map3D<5, 4, float, float, float> x1;
// note "5, 4" above
// note "map[4][5], Bins[4], rpm[5] below
x1.init(map, mafBins, rpmBins);
float result1 = x1.getValue(rpm, maf);