ATC version 2.0, date: Aug21
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10638 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -6,6 +6,10 @@
|
||||
#include "ATC_Method.h"
|
||||
//#include <typeinfo>
|
||||
|
||||
using std::set;
|
||||
using std::map;
|
||||
using std::string;
|
||||
|
||||
namespace ATC{
|
||||
|
||||
//--------------------------------------------------------
|
||||
@ -550,6 +554,7 @@ namespace ATC{
|
||||
post_exchange_loop(perAtomDiagonalMatrices_);
|
||||
post_exchange_loop(perAtomSparseMatrices_);
|
||||
post_exchange_loop(smallMoleculeSets_);
|
||||
post_exchange_loop(pairMaps_);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user