Skip to content
Snippets Groups Projects
Commit 8fb7a47f authored by Stefen Guzik's avatar Stefen Guzik
Browse files

Minor bug fix

parent 146aa3f9
No related branches found
No related tags found
No related merge requests found
...@@ -182,14 +182,16 @@ class MZoneBoundary ...@@ -182,14 +182,16 @@ class MZoneBoundary
* Internal types * Internal types
*============================================================================*/ *============================================================================*/
private:
//--Type of face (MEdge or MFace) //--Type of face (MEdge or MFace)
private:
typedef typename DimTr<DIM>::FaceT FaceT; typedef typename DimTr<DIM>::FaceT FaceT;
//--Data stored for connectivity of vertices //--Data stored for connectivity of vertices
public:
template<typename FaceT> template<typename FaceT>
struct GlobalVertexData struct GlobalVertexData
{ {
...@@ -236,6 +238,8 @@ class MZoneBoundary ...@@ -236,6 +238,8 @@ class MZoneBoundary
GlobalVertexData() { } GlobalVertexData() { }
}; };
private:
typedef std::map<const MVertex*, GlobalVertexData<FaceT>, typedef std::map<const MVertex*, GlobalVertexData<FaceT>,
std::less<const MVertex*> > GlobalBoVertexMap; std::less<const MVertex*> > GlobalBoVertexMap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment