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:
@ -3,6 +3,14 @@
|
||||
#include "ATC_Coupling.h"
|
||||
#include "ATC_Error.h"
|
||||
|
||||
using ATC_Utility::to_string;
|
||||
using ATC_Utility::rnd;
|
||||
using std::map;
|
||||
using std::string;
|
||||
using std::pair;
|
||||
using std::min;
|
||||
using std::max;
|
||||
|
||||
namespace ATC {
|
||||
|
||||
const double kMinScale_ = 10000.;
|
||||
|
||||
Reference in New Issue
Block a user