Parcourir la source

Change define section of Trace

Eric Ramat il y a 7 ans
Parent
commit
85bcd80f39
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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>