git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5405 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -37,7 +37,6 @@ using std::showbase;
|
||||
//* @typedef INDEX
|
||||
//* @brief indexing type (default: unsigned) for matrix classes
|
||||
typedef unsigned INDEX;
|
||||
typedef vector<INDEX> List;
|
||||
//* @typedef CLONE_TYPE
|
||||
//* @brief dimension of matrix to clone
|
||||
enum CLONE_TYPE { CLONE_ROW=0, CLONE_COL=1, CLONE_DIAG=2 };
|
||||
|
||||
Reference in New Issue
Block a user