From a748cb2179179fa505785a89eca41cf70c673517 Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Wed, 10 May 2017 13:57:23 +0200 Subject: [PATCH] fix typos add ";" after function declarations. --- bfps/cpp/spline_n7.hpp | 10 +++++----- bfps/cpp/spline_n8.hpp | 10 +++++----- bfps/cpp/spline_n9.hpp | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bfps/cpp/spline_n7.hpp b/bfps/cpp/spline_n7.hpp index 22a0ac2b..2c0b86f6 100644 --- a/bfps/cpp/spline_n7.hpp +++ b/bfps/cpp/spline_n7.hpp @@ -28,11 +28,11 @@ #define SPLINE_N7 -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_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_m4(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_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_m4(const int deriv, const double x, double *__restrict__ poly_val); #endif//SPLINE_N7 diff --git a/bfps/cpp/spline_n8.hpp b/bfps/cpp/spline_n8.hpp index 39dd4206..39b2e03a 100644 --- a/bfps/cpp/spline_n8.hpp +++ b/bfps/cpp/spline_n8.hpp @@ -28,11 +28,11 @@ #define SPLINE_N8 -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_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_m4(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_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_m4(const int deriv, const double x, double *__restrict__ poly_val); #endif//SPLINE_N8 diff --git a/bfps/cpp/spline_n9.hpp b/bfps/cpp/spline_n9.hpp index 377a3ce1..b3770a82 100644 --- a/bfps/cpp/spline_n9.hpp +++ b/bfps/cpp/spline_n9.hpp @@ -28,11 +28,11 @@ #define SPLINE_N9 -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_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_m4(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_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_m4(const int deriv, const double x, double *__restrict__ poly_val); #endif//SPLINE_N9 -- GitLab