diff --git a/Mesh/yamakawa.cpp b/Mesh/yamakawa.cpp
index 4b7b8b135998f9735894444c9019ad7fa047fb89..b0d9c281e04e579fdf089d717fb99a7d2dc89bc3 100755
--- a/Mesh/yamakawa.cpp
+++ b/Mesh/yamakawa.cpp
@@ -2950,7 +2950,7 @@ void PostOp::execute(GRegion* gr){
   init_markings(gr);
   build_vertex_to_tetrahedra(gr);
   build_vertex_to_pyramids(gr);
-  //pyramids2(gr);
+  pyramids2(gr);
   rearrange(gr);
 
   statistics(gr);