Commit 070354db authored by Lee-Ping Wang's avatar Lee-Ping Wang
Browse files

Changed one word

parent 0d99dbf8
......@@ -26,7 +26,7 @@
real epssum = sigmaEpsilon1.y+sigmaEpsilon2.y;
real epsilon = 0.0f;
if (epssum != 0.0f) {
real epsilon = 2*(sigmaEpsilon1.y*sigmaEpsilon2.y)/(sigmaEpsilon1.y+sigmaEpsilon2.y);
epsilon = 2*(sigmaEpsilon1.y*sigmaEpsilon2.y)/(sigmaEpsilon1.y+sigmaEpsilon2.y);
}
#else
real epsilon_s = SQRT(sigmaEpsilon1.y) + SQRT(sigmaEpsilon2.y);
......
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