Kahansum fix header
Former-commit-id: 1679d5170dedf5ef3218182b9e57e8f4f56c4737
This commit is contained in:
parent
4bfd0ce717
commit
120a18a514
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue