From 51d4fe3b984e95a479ba5a66b601448ce7d4d49a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 11 Sep 2007 15:47:58 +0000 Subject: [PATCH] *** empty log message *** --- Post/PViewDataList.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Post/PViewDataList.h b/Post/PViewDataList.h index c00c815e87..c532a63ff9 100644 --- a/Post/PViewDataList.h +++ b/Post/PViewDataList.h @@ -20,7 +20,6 @@ // // Please report all bugs and problems to <gmsh@geuz.org>. -#include <map> #include <vector> #include <string> #include "PViewData.h" @@ -59,8 +58,6 @@ class PViewDataList : public PViewData { List_T *SY, *VY, *TY, *SY2, *VY2, *TY2; // pyramids int NbT2, NbT3; List_T *T2D, *T2C, *T3D, *T3C; // 2D and 3D text strings - std::map<int, List_T*> *Grains; // For LMGC90, grains shapes - std::map<int, int> *DisplayListsOfGrains; // For LMGC90, grains shapes Adaptive_Post_View *adaptive; private: int _index[24]; -- GitLab