From e87e6dc5b03a1e66a140e8a67f9ae4cb41dd8d74 Mon Sep 17 00:00:00 2001 From: yotamfe Date: Sun, 23 Feb 2025 17:45:19 +0200 Subject: [PATCH] more --- src/REPLICA/fix_pimdb_langevin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/REPLICA/fix_pimdb_langevin.cpp b/src/REPLICA/fix_pimdb_langevin.cpp index decee1bff6..699bdbdb78 100755 --- a/src/REPLICA/fix_pimdb_langevin.cpp +++ b/src/REPLICA/fix_pimdb_langevin.cpp @@ -79,7 +79,7 @@ FixPIMDBLangevin::FixPIMDBLangevin(LAMMPS *lmp, int narg, char **arg) : error->universe_all(FLERR, "The only available ensembles for pimdb are nve and nvt, please choose one of these ensembles."); } - method = PIMD; + method = PIMD; size_vector = 6;