From 71b0a9c877e5485304c242f9ca1e5ce0f71c3bcb Mon Sep 17 00:00:00 2001
From: Matti Pellika <matti.pellikka@tut.fi>
Date: Sun, 24 Oct 2010 13:18:25 +0000
Subject: [PATCH] Test cases. Jacobian matrix methods. Reverted all fixes for
 Post/PViewDataGModelIO.cpp, I was just generating inconsistent
 post-processing data, and geuzaine's fix on fix created an offset between
 vertix indices saved by GModel::WriteMSH and PViewDataGModel::writeMSH.

---
 Post/PViewDataGModelIO.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Post/PViewDataGModelIO.cpp b/Post/PViewDataGModelIO.cpp
index 4367d66fc1..9e8526776e 100644
--- a/Post/PViewDataGModelIO.cpp
+++ b/Post/PViewDataGModelIO.cpp
@@ -154,7 +154,6 @@ bool PViewDataGModel::writeMSH(std::string fileName, bool binary)
       fprintf(fp, "\n");
     }
     fprintf(fp, "$EndMeshFormat\n");
-    model->indexMeshVertices(true);
   }
 
   for(unsigned int step = 0; step < _steps.size(); step++){
-- 
GitLab