Browse Source

Change define section of Trace

Eric Ramat 7 years ago
parent
commit
85bcd80f39
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/artis/utils/Trace.hpp

+ 2 - 2
src/artis/utils/Trace.hpp

@@ -20,8 +20,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef UTILS_TRACE
-#define UTILS_TRACE
+#ifndef ARTIS_UTILS_TRACE
+#define ARTIS_UTILS_TRACE
 
 #include <algorithm>
 #include <iterator>