From 8a9dfe8d113b94b31a8368ca6727963e58a442df Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 1 Feb 2024 12:30:43 -0500 Subject: [PATCH] silence compiler warning --- src/compute.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compute.cpp b/src/compute.cpp index d6ac382151..a12373fd51 100644 --- a/src/compute.cpp +++ b/src/compute.cpp @@ -27,7 +27,6 @@ using namespace LAMMPS_NS; static constexpr int DELTA = 4; -static constexpr double BIG = MAXTAGINT; // allocate space for static class instance variable and initialize it