git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5405 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2010-12-17 21:16:46 +00:00
parent c30950ddcc
commit d6432c9c6e
1 changed files with 0 additions and 1 deletions

View File

@ -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 };