From 654e09e999b8b894acf5a292f01f9363054fd670 Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Thu, 18 May 2017 18:34:27 -0400
Subject: [PATCH] correct input examples affected by the Pair::settings()
 bugfix

---
 examples/ASPHERE/poly/in.poly    | 1 +
 examples/ASPHERE/poly/in.poly.mp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/examples/ASPHERE/poly/in.poly b/examples/ASPHERE/poly/in.poly
index 77df095e15..3496a774bb 100644
--- a/examples/ASPHERE/poly/in.poly
+++ b/examples/ASPHERE/poly/in.poly
@@ -62,6 +62,7 @@ pair_coeff	3 3 1.0 1.5
 pair_coeff	1 4 0.0 1.0 0.5
 pair_coeff	2 4 0.0 1.0 1.0
 pair_coeff	3 4 0.0 1.0 0.75
+pair_coeff	4 4 0.0 1.0 0.0
 
 delete_atoms	overlap 1.0 small big
 
diff --git a/examples/ASPHERE/poly/in.poly.mp b/examples/ASPHERE/poly/in.poly.mp
index 5ced616e7c..1c6a1faee3 100644
--- a/examples/ASPHERE/poly/in.poly.mp
+++ b/examples/ASPHERE/poly/in.poly.mp
@@ -62,6 +62,7 @@ pair_coeff	3 3 1.0 1.5
 pair_coeff	1 4 0.0 1.0 0.5
 pair_coeff	2 4 0.0 1.0 1.0
 pair_coeff	3 4 0.0 1.0 0.75
+pair_coeff	4 4 0.0 1.0 0.0
 
 delete_atoms	overlap 1.0 small big
 
-- 
GitLab