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:
@ -1,6 +1,8 @@
|
||||
#include "KD_Tree.h"
|
||||
#include <assert.h>
|
||||
|
||||
using std::vector;
|
||||
|
||||
KD_Tree *KD_Tree::create_KD_tree(const int nNodesPerElem, const int nNodes,
|
||||
const DENS_MAT *nodalCoords, const int nElems,
|
||||
const Array2D<int> &conn) {
|
||||
|
||||
Reference in New Issue
Block a user