Commit 0244fcca authored by Davis King's avatar Davis King

minor change to avoid compiler error in visual studio.

parent 94cd3359
......@@ -161,7 +161,7 @@ namespace
static double gg13(double x)
{
return sqrt(50)*pow(e,-50.0*pi*x*x);
return sqrt(50.0)*pow(e,-50.0*pi*x*x);
}
static double gg14(double x)
......
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