From 90de8127173639626e0b5404181b576261e557ad Mon Sep 17 00:00:00 2001 From: shiruosong <95087033+shiruosong@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:47:14 +0800 Subject: [PATCH] dplr delete additional setup --- source/lmp/fix_dplr.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/lmp/fix_dplr.cpp b/source/lmp/fix_dplr.cpp index ea60023e26..14d966a044 100644 --- a/source/lmp/fix_dplr.cpp +++ b/source/lmp/fix_dplr.cpp @@ -313,11 +313,6 @@ void FixDPLR::setup(int vflag) { // else { // error->all(FLERR, "respa is not supported by this fix"); // } - if (vflag) { - v_setup(vflag); - } else { - evflag = 0; - } } /* ---------------------------------------------------------------------- */