Skip to content

Commit 77b03a3

Browse files
committed
no change
1 parent 41d1b32 commit 77b03a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sourceCode/application/logic/model/core/valueDequantization.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ bool ValueDequantization::toQJsonObject(QJsonObject& qjsonObj) const {
9797
qDebug() << __FUNCTION__ << "#CA: final = " << final;
9898
qDebug() << __FUNCTION__ << "------------------";
9999
*/
100+
100101
double double_micmacStep_forOutJson = 1.0;
101102
bool bfixedPrecision_micmacStep = floatToDoubleWithReducedPrecision(static_cast<double>(_SFwvf_micmacStep._f), 4, double_micmacStep_forOutJson);
102103
if ( double_micmacStep_forOutJson < 0.0001) {

0 commit comments

Comments
 (0)