From 3fcbe43295a0a83c4aa7bde146b5a37d3512ed13 Mon Sep 17 00:00:00 2001 From: stamoor Date: Thu, 20 Aug 2015 15:55:19 +0000 Subject: [PATCH] Commented out line (temporarily) that causes a segmentation fault in the USER-AWPMD library git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13925 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- lib/awpmd/systems/interact/TCP/wpmd_split.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awpmd/systems/interact/TCP/wpmd_split.h b/lib/awpmd/systems/interact/TCP/wpmd_split.h index 0d815ac2e5..23a3636a6b 100644 --- a/lib/awpmd/systems/interact/TCP/wpmd_split.h +++ b/lib/awpmd/systems/interact/TCP/wpmd_split.h @@ -89,7 +89,7 @@ public: public: AWPMD_split():s_add(0),spl_add(0){} - virtual ~AWPMD_split() {}; + //virtual ~AWPMD_split() {}; this line causes a segmentation fault, temporarily disabling ///\en Prepares to setup a new system of particles using \ref add_ion(),