Skip to content
Snippets Groups Projects
Commit ecc439f9 authored by Holger Obermaier's avatar Holger Obermaier
Browse files

External headers of C libraries must be linked according to the C convention

parent b2e5acc8
No related branches found
No related tags found
1 merge request!2Develop porting from c to cpp
......@@ -25,7 +25,9 @@
#include "fd.hpp"
#include "util.hpp"
extern "C" {
#include "cseife.h"
}
void filt_seis(float **data, int ntr, int NS, float finv, const GlobVar *gv)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment