From 79da95513885b2c9b5ef94f88b4015a8d5c56f4d Mon Sep 17 00:00:00 2001
From: matta <matta@npt>
Date: Mon, 11 Feb 2013 11:36:41 +0000
Subject: [PATCH] * Adding missing #define to some detector

---
 NPLib/HYDE/HydeTracker.h | 1 +
 NPLib/Helios/Helios.h    | 1 +
 NPLib/Paris/Paris.h      | 1 +
 NPLib/Physics/Constant.h | 2 +-
 NPLib/Shield/Shield.h    | 1 +
 5 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/NPLib/HYDE/HydeTracker.h b/NPLib/HYDE/HydeTracker.h
index 7790b7969..e624de618 100644
--- a/NPLib/HYDE/HydeTracker.h
+++ b/NPLib/HYDE/HydeTracker.h
@@ -1,4 +1,5 @@
 #ifndef HydeTracker_H
+#define HydeTracker_H
 /*****************************************************************************
  * Copyright (C) 2009-2013    this file is part of the NPTool Project        *
  *                                                                           *
diff --git a/NPLib/Helios/Helios.h b/NPLib/Helios/Helios.h
index 7c6ac7e4a..9df13d35c 100755
--- a/NPLib/Helios/Helios.h
+++ b/NPLib/Helios/Helios.h
@@ -1,4 +1,5 @@
 #ifndef HELIOS_H
+#define HELIOS_H
 /*****************************************************************************
  * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
diff --git a/NPLib/Paris/Paris.h b/NPLib/Paris/Paris.h
index f909b2ea5..d0e99558e 100644
--- a/NPLib/Paris/Paris.h
+++ b/NPLib/Paris/Paris.h
@@ -1,4 +1,5 @@
 #ifndef Paris_H
+#define Paris_H
 /*****************************************************************************
  * Copyright (C) 2009-2013    this file is part of the NPTool Project        *
  *                                                                           *
diff --git a/NPLib/Physics/Constant.h b/NPLib/Physics/Constant.h
index 53c146e44..f3d1c8150 100755
--- a/NPLib/Physics/Constant.h
+++ b/NPLib/Physics/Constant.h
@@ -1,4 +1,4 @@
-#ifndef Constat_
+#ifndef Constant_h
 #define Constant_h
 /*****************************************************************************
  * Copyright (C) 2009-2013    this file is part of the NPTool Project        *
diff --git a/NPLib/Shield/Shield.h b/NPLib/Shield/Shield.h
index ba268dcea..bed9430d2 100644
--- a/NPLib/Shield/Shield.h
+++ b/NPLib/Shield/Shield.h
@@ -1,4 +1,5 @@
 #ifndef Shield_H
+#define Shield_H
 /*****************************************************************************
  * Copyright (C) 2009-2013    this file is part of the NPTool Project        *
  *                                                                           *
-- 
GitLab