Skip to content
Snippets Groups Projects
Commit 78f66f59 authored by jstark's avatar jstark
Browse files

Fixing hermite-polynomial to be static for duplication.

parent 9ad67299
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
#include "cmath"
double hermite_polynomial(double x, double sigma, int order)
static double hermite_polynomial(double x, double sigma, int order)
{
double h;
switch(order)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment