From 1dbd52a30cf7ab7dc191dcdab2d52ee744843a60 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 20 Sep 2016 09:05:39 -0400 Subject: [PATCH] remove debug code --- src/comm_brick.cpp | 3 --- src/comm_tiled.cpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/comm_brick.cpp b/src/comm_brick.cpp index 71bc74bb54..c44b41928f 100644 --- a/src/comm_brick.cpp +++ b/src/comm_brick.cpp @@ -39,9 +39,6 @@ #include "error.h" #include "memory.h" -// DEBUG -#include "update.h" - using namespace LAMMPS_NS; #define BUFFACTOR 1.5 diff --git a/src/comm_tiled.cpp b/src/comm_tiled.cpp index 0167b23b18..c7e11f06a0 100644 --- a/src/comm_tiled.cpp +++ b/src/comm_tiled.cpp @@ -28,9 +28,6 @@ #include "memory.h" #include "error.h" -// DEBUG -#include "update.h" - using namespace LAMMPS_NS; #define BUFFACTOR 1.5