Skip to content

Commit

Permalink
nn::Result: add missing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryOderNichts authored and fincs committed Sep 17, 2022
1 parent 192a26f commit 2c331d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/nn/result.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ class Result
RESULT_MODULE_NN_VCTL = 18,
RESULT_MODULE_NN_NEIA = 19,
RESULT_MODULE_NN_SPM = 20,
RESULT_MODULE_NN_EMD = 21,
RESULT_MODULE_NN_EC = 22,
RESULT_MODULE_NN_CIA = 23,
RESULT_MODULE_NN_SL = 24,
RESULT_MODULE_NN_ECO = 25,
RESULT_MODULE_NN_TRIAL = 26,
RESULT_MODULE_NN_NFP = 27,
RESULT_MODULE_NN_TEST = 125,
};

Expand Down

0 comments on commit 2c331d2

Please sign in to comment.