From a93cb03e3a65be6d5f8f72b544cd24b4eeb0d89a Mon Sep 17 00:00:00 2001
From: Stephen Smith <steve@fmrib.ox.ac.uk>
Date: Mon, 16 Sep 2002 16:16:39 +0000
Subject: [PATCH] *** empty log message ***

---
 Makefile        | 4 ++--
 gaussComparer.h | 3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 57fbb3c..86e2b65 100644
--- a/Makefile
+++ b/Makefile
@@ -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
 
diff --git a/gaussComparer.h b/gaussComparer.h
index 1d9bc1c..2e28721 100644
--- a/gaussComparer.h
+++ b/gaussComparer.h
@@ -19,10 +19,7 @@
 #include "newmatio.h"
 #include "log.h"
 
-extern "C"
-{
 #include "libprob.h"
-};
 
 using namespace NEWMAT;
 using namespace MISCMATHS;
-- 
GitLab