mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5405 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
c30950ddcc
commit
d6432c9c6e
|
@ -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 };
|
||||
|
|
Loading…
Reference in New Issue