Kaydet (Commit) 6f4dc6af authored tarafından Tor Lillqvist's avatar Tor Lillqvist

One more #VALUE! instead of 'nan'

Change-Id: Ib7fe0d9ed2f5b5aae95b73a01f1eb059a01dc2b4
üst ca3700c4
......@@ -2659,7 +2659,7 @@ void OpSlope::GenSlidingWindowFunction(std::stringstream &ss,
ss << " }\n";
ss << " if (fCount < 1.0)\n";
ss << " return NAN;\n";
ss << " return CreateDoubleError(errNoValue);\n";
ss << " else\n";
ss << " {\n";
ss << " fMeanX = fSumX * pow(fCount,-1.0);\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment