From 24e0ca5377e973eeefe89c88e1916f597c8c8d21 Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Wed, 4 Apr 2018 12:28:20 -0400
Subject: [PATCH] avoid warning about group all

---
 examples/gcmc/in.gcmc.h2o | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/gcmc/in.gcmc.h2o b/examples/gcmc/in.gcmc.h2o
index 8e408c135b..f689711c21 100644
--- a/examples/gcmc/in.gcmc.h2o
+++ b/examples/gcmc/in.gcmc.h2o
@@ -73,7 +73,7 @@ reset_timestep 0
 # gcmc
 
 variable        tfac equal 5.0/3.0 # (3 trans + 2 rot)/(3 trans)
-fix             mygcmc all gcmc 100 100 0 0 54341 ${temp} ${mu} ${disp} mol &
+fix             mygcmc h2o gcmc 100 100 0 0 54341 ${temp} ${mu} ${disp} mol &
                 h2omol tfac_insert ${tfac} group h2o shake wshake
 
 # atom counts
-- 
GitLab