Skip to content
Snippets Groups Projects
Commit 8c0481e6 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

Backed out changeset 6122c3d0d353

parent 5bfba017
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ public:
{
TOutput result;
result = static_cast<TOutput>(m_Coef * static_cast<double>(value));
result = static_cast<TOutput>(m_Coef * value);
return result;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment