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

Fixed include paths for headers

parent 51523569
No related branches found
No related tags found
No related merge requests found
...@@ -9,12 +9,11 @@ ...@@ -9,12 +9,11 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include "newimageall.h" #include "newimage/newimageall.h"
#include "meloptions.h" #include "meloptions.h"
#include "meldata.h" #include "meldata.h"
#include "melodic.h" #include "melodic.h"
#include "log.h" #include "utils/log.h"
#include <time.h>
using namespace Utilities; using namespace Utilities;
using namespace NEWIMAGE; using namespace NEWIMAGE;
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
#ifndef __MELODICDATA_h #ifndef __MELODICDATA_h
#define __MELODICDATA_h #define __MELODICDATA_h
#include "newimageall.h" #include "newimage/newimageall.h"
#include "log.h" #include "utils/log.h"
#include "meloptions.h" #include "meloptions.h"
using namespace Utilities; using namespace Utilities;
......
...@@ -9,15 +9,14 @@ ...@@ -9,15 +9,14 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include "newimageall.h" #include "newimage/newimageall.h"
//#include "melmmopts.h" //#include "melmmopts.h"
#include "melgmix.h" #include "melgmix.h"
//#include "melmm.h" //#include "melmm.h"
#include "log.h" #include "utils/log.h"
#include "miscprob.h" #include "miscmaths/miscprob.h"
#include <time.h> #include "libvis/miscplot.h"
#include "miscplot.h" #include "libvis/miscpic.h"
#include "miscpic.h"
using namespace Utilities; using namespace Utilities;
......
...@@ -12,10 +12,10 @@ ...@@ -12,10 +12,10 @@
#ifndef __MELGMIX_h #ifndef __MELGMIX_h
#define __MELGMIX_h #define __MELGMIX_h
#include "newimageall.h" #include "newimage/newimageall.h"
#include "log.h" #include "utils/log.h"
#include "melodic.h" #include "melodic.h"
#include "options.h" #include "utils/options.h"
#include "meloptions.h" #include "meloptions.h"
//#include "melreport.h" //#include "melreport.h"
......
...@@ -9,17 +9,16 @@ ...@@ -9,17 +9,16 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include <stdlib.h> #include "newimage/newimageall.h"
#include "newimageall.h" #include "utils/log.h"
#include "log.h"
#include "meloptions.h" #include "meloptions.h"
#include "meldata.h" #include "meldata.h"
#include "melodic.h" #include "melodic.h"
#include "newmatap.h" #include "newmat/newmatap.h"
#include "newmatio.h" #include "newmat/newmatio.h"
#include "melica.h" #include "melica.h"
#include "melpca.h" #include "melpca.h"
#include "miscprob.h" #include "miscmaths/miscprob.h"
using namespace Utilities; using namespace Utilities;
using namespace NEWIMAGE; using namespace NEWIMAGE;
......
...@@ -11,14 +11,14 @@ ...@@ -11,14 +11,14 @@
#ifndef __MELODICICA_h #ifndef __MELODICICA_h
#define __MELODICICA_h #define __MELODICICA_h
#include "newimageall.h" #include "newimage/newimageall.h"
#include "log.h" #include "utils/log.h"
#include "melpca.h" #include "melpca.h"
#include "meloptions.h" #include "meloptions.h"
#include "meldata.h" #include "meldata.h"
#include "melodic.h" #include "melodic.h"
#include "newmatap.h" #include "newmat/newmatap.h"
#include "newmatio.h" #include "newmat/newmatio.h"
#include "melreport.h" #include "melreport.h"
using namespace Utilities; using namespace Utilities;
......
...@@ -9,16 +9,13 @@ ...@@ -9,16 +9,13 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include <iostream> #include "newmat/newmatap.h"
#include "newmatap.h" #include "newmat/newmatio.h"
#include "newmatio.h" #include "newimage/newimageall.h"
#include "newimageall.h" #include "miscmaths/miscmaths.h"
#include "miscmaths.h" #include "miscmaths/miscprob.h"
#include "miscprob.h" #include "utils/options.h"
#include <string> #include "utils/log.h"
#include <math.h>
#include "options.h"
#include "log.h"
#include "meloptions.h" #include "meloptions.h"
#include "meldata.h" #include "meldata.h"
#include "melpca.h" #include "melpca.h"
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#ifndef __MELODIC_h #ifndef __MELODIC_h
#define __MELODIC_h #define __MELODIC_h
#include<strstream>
// a simple message macro that takes care of cout and log // a simple message macro that takes care of cout and log
#define message(msg) { \ #define message(msg) { \
......
...@@ -10,13 +10,9 @@ ...@@ -10,13 +10,9 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include <iostream> #include "utils/log.h"
#include <fstream>
#include <stdlib.h>
#include <stdio.h>
#include "log.h"
#include "meloptions.h" #include "meloptions.h"
#include "newimageall.h" #include "newimage/newimageall.h"
using namespace Utilities; using namespace Utilities;
using namespace NEWIMAGE; using namespace NEWIMAGE;
......
...@@ -14,14 +14,8 @@ ...@@ -14,14 +14,8 @@
#ifndef __MELODICOPTIONS_h #ifndef __MELODICOPTIONS_h
#define __MELODICOPTIONS_h #define __MELODICOPTIONS_h
#include <string> #include "utils/options.h"
#include <strstream> #include "utils/log.h"
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <stdio.h>
#include "options.h"
#include "log.h"
#include "melodic.h" #include "melodic.h"
......
...@@ -9,15 +9,15 @@ ...@@ -9,15 +9,15 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include "newimageall.h" #include "newimage/newimageall.h"
#include "log.h" #include "utils/log.h"
#include "meloptions.h" #include "meloptions.h"
#include "meldata.h" #include "meldata.h"
#include "melodic.h" #include "melodic.h"
#include "newmatap.h" #include "newmat/newmatap.h"
#include "newmatio.h" #include "newmat/newmatio.h"
#include "melpca.h" #include "melpca.h"
#include "libprob.h" #include "libprob/libprob.h"
using namespace Utilities; using namespace Utilities;
using namespace NEWIMAGE; using namespace NEWIMAGE;
......
...@@ -11,14 +11,14 @@ ...@@ -11,14 +11,14 @@
#ifndef __MELODICPCA_h #ifndef __MELODICPCA_h
#define __MELODICPCA_h #define __MELODICPCA_h
#include "newimageall.h" #include "newimage/newimageall.h"
#include "log.h" #include "utils/log.h"
#include "meloptions.h" #include "meloptions.h"
#include "meldata.h" #include "meldata.h"
#include "melodic.h" #include "melodic.h"
//#include "melreport.h" //#include "melreport.h"
#include "newmatap.h" #include "newmat/newmatap.h"
#include "newmatio.h" #include "newmat/newmatio.h"
using namespace Utilities; using namespace Utilities;
using namespace NEWIMAGE; using namespace NEWIMAGE;
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
/* CCOPYRIGHT */ /* CCOPYRIGHT */
#include "newimageall.h" #include "newimage/newimageall.h"
#include "log.h" #include "utils/log.h"
#include "melreport.h" #include "melreport.h"
namespace Melodic{ namespace Melodic{
......
...@@ -12,20 +12,18 @@ ...@@ -12,20 +12,18 @@
#ifndef __MELODICREPORT_h #ifndef __MELODICREPORT_h
#define __MELODICREPORT_h #define __MELODICREPORT_h
#include "newimageall.h" #include "newimage/newimageall.h"
#include "log.h" #include "utils/log.h"
#include "melpca.h" #include "melpca.h"
#include "meloptions.h" #include "meloptions.h"
#include "meldata.h" #include "meldata.h"
#include "melgmix.h" #include "melgmix.h"
#include "melodic.h" #include "melodic.h"
#include "newmatap.h" #include "newmat/newmatap.h"
#include "newmatio.h" #include "newmat/newmatio.h"
#include <time.h> #include "libvis/miscplot.h"
#include <strstream> #include "libvis/miscpic.h"
#include "miscplot.h" #include "utils/options.h"
#include "miscpic.h"
#include "options.h"
using namespace Utilities; using namespace Utilities;
using namespace NEWIMAGE; using namespace NEWIMAGE;
......
#include <iostream.h> #include "libvis/miscplot.h"
#include <iomanip> #include "libvis/miscpic.h"
#include "miscplot.h"
#include "miscpic.h"
......
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