From f842d1ba415154583dcf517c8a798a642ef9f162 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 20 Aug 2015 15:44:15 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13924 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/COMPRESS/README | 2 +- src/MISC/fix_evaporate.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/COMPRESS/README b/src/COMPRESS/README index 31f30d9e6a..f53e3385d2 100644 --- a/src/COMPRESS/README +++ b/src/COMPRESS/README @@ -6,7 +6,7 @@ use library calls to libraries like zlib instead and thus have to be compiled using the library header files and linked to the respective library. This provides an alternative for compressed file I/O on systems where using a pipe can cause problems, e.g. when using RDMA communication -with pinned memory like clusters with infiniband or myrinet. +with pinned memory like clusters with Infiniband or Myrinet. At the moment a few selected dump styles are supported for writing via this packaging. diff --git a/src/MISC/fix_evaporate.cpp b/src/MISC/fix_evaporate.cpp index cbaa50db7d..8eca5c6015 100644 --- a/src/MISC/fix_evaporate.cpp +++ b/src/MISC/fix_evaporate.cpp @@ -311,7 +311,7 @@ void FixEvaporate::pre_exchange() } } - } else { + } else if (molecular == 2) { if (molatom[i] == 0) { index = molindex[i]; ndeltopo[0] += onemols[index]->nbonds;