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

WARN : correct warning

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