Skip to content
Snippets Groups Projects
Commit b903acde authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Removed newmatio.h include and shifted the include for entghost.h in order to...

Removed newmatio.h include and shifted the include for entghost.h in order to get rid of gcc4.1 compiling error
parent d3b07640
No related branches found
No related tags found
No related merge requests found
......@@ -11,16 +11,15 @@
For full version history see main.c
*/
#include "entghost.h"
#include <cstdlib>
#include <cstdio>
#include <cmath>
#include "entghost.h"
#include "procfunc.h"
#include "phasefunc.h"
#include "image_fftw.h"
#include "newmatio.h"
#if defined(HAVE_ISNAN)
#define Xisnan(s) (isnan(s))
......
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