From a24aeb3fc64914a5c20288aadb8a84bc2c155476 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 28 Jun 2025 03:04:23 -0400 Subject: [PATCH] icut, jcut should be doubles --- src/neighbor.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/neighbor.cpp b/src/neighbor.cpp index fcedfd7613..586ed6bba2 100644 --- a/src/neighbor.cpp +++ b/src/neighbor.cpp @@ -1243,7 +1243,8 @@ void Neighbor::morph_unique() void Neighbor::morph_skip() { - int i,j,jj,inewton,jnewton,icut,jcut; + int i,j,jj,inewton,jnewton; + double icut,jcut; NeighRequest *irq,*jrq,*nrq; // loop over irq from largest to smallest cutoff