Explorar el Código

Change define section of Trace

Eric Ramat hace 7 años
padre
commit
85bcd80f39
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>