From d6432c9c6e30baaefaf833bd97384beed92c6188 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 17 Dec 2010 21:16:46 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5405 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- lib/atc/MatrixDef.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/atc/MatrixDef.h b/lib/atc/MatrixDef.h index 3d1c3767be..b01b94783f 100644 --- a/lib/atc/MatrixDef.h +++ b/lib/atc/MatrixDef.h @@ -37,7 +37,6 @@ using std::showbase; //* @typedef INDEX //* @brief indexing type (default: unsigned) for matrix classes typedef unsigned INDEX; -typedef vector List; //* @typedef CLONE_TYPE //* @brief dimension of matrix to clone enum CLONE_TYPE { CLONE_ROW=0, CLONE_COL=1, CLONE_DIAG=2 };