Kahansum fix header

Former-commit-id: 1679d5170dedf5ef3218182b9e57e8f4f56c4737
This commit is contained in:
Marek Nečada 2018-05-14 18:35:28 +00:00
parent 4bfd0ce717
commit 120a18a514
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef KAHANSUM_H
#define KAHANSUM_H
#include <complex.h>
static inline void kahaninit(double * const sum, double * const compensation) {
*sum = 0;
*compensation = 0;