mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
@@ -323,7 +323,7 @@ bool ClassFlowPostProcessing::ReadParameter(FILE* pfile, string& aktparamgraph)
|
|||||||
}
|
}
|
||||||
if ((toUpper(_param) == "MAXRATEVALUE") && (zerlegt.size() > 1))
|
if ((toUpper(_param) == "MAXRATEVALUE") && (zerlegt.size() > 1))
|
||||||
{
|
{
|
||||||
handleMaxRateValue(zerlegt[0], zerlegt[1]);
|
handleDecimalSeparator(zerlegt[0], zerlegt[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((toUpper(_param) == "PREVALUEUSE") && (zerlegt.size() > 1))
|
if ((toUpper(_param) == "PREVALUEUSE") && (zerlegt.size() > 1))
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="2c6ce6f";
|
const char* GIT_REV="f243f4b";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2021-07-04 08:03";
|
const char* BUILD_TIME="2021-07-04 06:46";
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="2c6ce6f";
|
const char* GIT_REV="f243f4b";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2021-07-04 08:03";
|
const char* BUILD_TIME="2021-07-04 06:46";
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user