Skip to content
Snippets Groups Projects
Commit a748cb21 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

fix typos

add ";" after function declarations.
parent d492b33f
No related branches found
No related tags found
1 merge request!21Bugfix/nansampling
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
#define SPLINE_N7 #define SPLINE_N7
void beta_n7_m0(const int deriv, const double x, double *__restrict__ poly_val) void beta_n7_m0(const int deriv, const double x, double *__restrict__ poly_val);
void beta_n7_m1(const int deriv, const double x, double *__restrict__ poly_val) void beta_n7_m1(const int deriv, const double x, double *__restrict__ poly_val);
void beta_n7_m2(const int deriv, const double x, double *__restrict__ poly_val) void beta_n7_m2(const int deriv, const double x, double *__restrict__ poly_val);
void beta_n7_m3(const int deriv, const double x, double *__restrict__ poly_val) void beta_n7_m3(const int deriv, const double x, double *__restrict__ poly_val);
void beta_n7_m4(const int deriv, const double x, double *__restrict__ poly_val) void beta_n7_m4(const int deriv, const double x, double *__restrict__ poly_val);
#endif//SPLINE_N7 #endif//SPLINE_N7
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
#define SPLINE_N8 #define SPLINE_N8
void beta_n8_m0(const int deriv, const double x, double *__restrict__ poly_val) void beta_n8_m0(const int deriv, const double x, double *__restrict__ poly_val);
void beta_n8_m1(const int deriv, const double x, double *__restrict__ poly_val) void beta_n8_m1(const int deriv, const double x, double *__restrict__ poly_val);
void beta_n8_m2(const int deriv, const double x, double *__restrict__ poly_val) void beta_n8_m2(const int deriv, const double x, double *__restrict__ poly_val);
void beta_n8_m3(const int deriv, const double x, double *__restrict__ poly_val) void beta_n8_m3(const int deriv, const double x, double *__restrict__ poly_val);
void beta_n8_m4(const int deriv, const double x, double *__restrict__ poly_val) void beta_n8_m4(const int deriv, const double x, double *__restrict__ poly_val);
#endif//SPLINE_N8 #endif//SPLINE_N8
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
#define SPLINE_N9 #define SPLINE_N9
void beta_n9_m0(const int deriv, const double x, double *__restrict__ poly_val) void beta_n9_m0(const int deriv, const double x, double *__restrict__ poly_val);
void beta_n9_m1(const int deriv, const double x, double *__restrict__ poly_val) void beta_n9_m1(const int deriv, const double x, double *__restrict__ poly_val);
void beta_n9_m2(const int deriv, const double x, double *__restrict__ poly_val) void beta_n9_m2(const int deriv, const double x, double *__restrict__ poly_val);
void beta_n9_m3(const int deriv, const double x, double *__restrict__ poly_val) void beta_n9_m3(const int deriv, const double x, double *__restrict__ poly_val);
void beta_n9_m4(const int deriv, const double x, double *__restrict__ poly_val) void beta_n9_m4(const int deriv, const double x, double *__restrict__ poly_val);
#endif//SPLINE_N9 #endif//SPLINE_N9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment