From 6a58a89628dcd80c996021d425d30d3352d242a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ne=C4=8Dada?= Date: Wed, 19 Sep 2018 03:17:45 +0000 Subject: [PATCH] Fix function identifier in header Former-commit-id: 5b0aea4345302a9dab3acae58c67962553d95251 --- qpms/translations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qpms/translations.h b/qpms/translations.h index 272952c..44129e6 100644 --- a/qpms/translations.h +++ b/qpms/translations.h @@ -181,7 +181,7 @@ int qpms_trans_calculator_e32_short_points_and_shift(const qpms_trans_calculator ); #endif -int qpms_trans_calculator_e32_both_points_and_shift(const qpms_trans_calculator *c, +int qpms_trans_calculator_get_AB_arrays_e32_both_points_and_shift(const qpms_trans_calculator *c, complex double *Adest, double *Aerr, complex double *Bdest, double *Berr, const ptrdiff_t deststride, const ptrdiff_t srcstride,