mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
minor change to avoid compiler error in visual studio.
This commit is contained in:
parent
94cd335938
commit
0244fcca84
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user