Skip to content
Snippets Groups Projects
Commit a93cb03e authored by Stephen Smith's avatar Stephen Smith
Browse files

*** empty log message ***

parent 8c707ec5
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@ include ${FSLDIR}/etc/default.mk
PROJNAME = film
USRINCFLAGS = -I${INCDIR}/miscmaths -I${INCDIR}/utils -I${INCDIR}/newmat -I${INCDIR}/avwio -I${INCDIR}/libcprob
USRINCFLAGS = -I${INCDIR}/miscmaths -I${INCDIR}/utils -I${INCDIR}/newmat -I${INCDIR}/avwio -I${INCDIR}/libprob
LIBS = -lmiscmaths -lutils -lm -lnewmat -lavwio -lcprob
LIBS = -lmiscmaths -lutils -lm -lnewmat -lavwio -lprob
XFILES = film_gls contrast_mgr ttoz ftoz ttologp
......
......@@ -19,10 +19,7 @@
#include "newmatio.h"
#include "log.h"
extern "C"
{
#include "libprob.h"
};
using namespace NEWMAT;
using namespace MISCMATHS;
......
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