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:
@ -13,6 +13,14 @@
|
||||
// timer
|
||||
#include "Utility.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
using ATC_Utility::to_string;
|
||||
using std::string;
|
||||
using std::set;
|
||||
using std::pair;
|
||||
using std::vector;
|
||||
|
||||
const double tol = 1.e-8;
|
||||
const double zero_tol = 1.e-12;
|
||||
const double f_tol = 1.e-8;
|
||||
|
||||
Reference in New Issue
Block a user