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,15 @@
|
||||
#include "ATC_Error.h"
|
||||
#include "LammpsInterface.h"
|
||||
|
||||
using std::ofstream;
|
||||
using std::stringstream;
|
||||
using std::ios_base;
|
||||
using std::setw;
|
||||
using std::string;
|
||||
using std::map;
|
||||
using std::vector;
|
||||
using std::set;
|
||||
|
||||
namespace ATC {
|
||||
|
||||
static const int kFieldPrecison = 12;
|
||||
|
||||
Reference in New Issue
Block a user