ELIFE-ASU / Inform

A cross platform C library for information analysis of dynamical systems

Home Page:https://elife-asu.github.io/Inform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation Fails with C++ Compiler

dglmoore opened this issue · comments

It looks like the transfer entropy header has an extra

#ifdef __cplusplus
}
#endif

which causes the compilation to fail when using a C++ compiler.