mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
fix some cppcheck detected issues
This commit is contained in:
@@ -154,7 +154,7 @@ double evaluateQuarticDerivative ( double x, const double c[5] )
|
||||
return ((4.0*x*c[4] + 3.0*c[3]) * x + 2.0*c[2]) * x + c[1];
|
||||
}
|
||||
|
||||
double cleanQuarticRoot( double x, const double c[4] )
|
||||
double cleanQuarticRoot( double x, const double c[5] )
|
||||
{
|
||||
double e;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user