From 00e76ffa006172953b78890aa556ad358aa37840 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 26 Jun 2014 07:36:56 +0000 Subject: [PATCH] --- Mesh/yamakawa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh/yamakawa.cpp b/Mesh/yamakawa.cpp index b8800e65e8..0616f2367b 100644 --- a/Mesh/yamakawa.cpp +++ b/Mesh/yamakawa.cpp @@ -4041,7 +4041,7 @@ void PostOp::pyramids2(MVertex* a,MVertex* b,MVertex* c,MVertex* d,GRegion* gr){ temp2 = new MPyramid(v1,v2,v3,v4,mid); gr->addPyramid(temp2); - markings.insert(std::pair<MElement*,bool>(temp2,false); + markings.insert(std::pair<MElement*,bool>(temp2,false)); build_vertex_to_pyramids(temp2); if(different(v1,v2,diagA,diagB)){ -- GitLab