From ade8edfab2dcb5c6b451322d73ac3682c03ada34 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Thu, 23 Jul 2020 15:54:26 +0100 Subject: [PATCH] MNT: fix newmat include paths --- slicetimer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slicetimer.cc b/slicetimer.cc index d8c11ed..6f97104 100644 --- a/slicetimer.cc +++ b/slicetimer.cc @@ -17,8 +17,8 @@ #include <vector> #include "miscmaths/optimise.h" -#include "newmatap.h" -#include "newmatio.h" +#include "armawrap/newmat.h" +#include "armawrap/newmat.h" #include "newimage/newimageall.h" #include "utils/options.h" #include "miscmaths/kernel.h" -- GitLab