Skip to content
Snippets Groups Projects
Commit 02549315 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent d2680e0a
Branches
Tags
No related merge requests found
// $Id: GModel.cpp,v 1.64 2008-02-22 20:28:07 geuzaine Exp $ // $Id: GModel.cpp,v 1.65 2008-02-22 20:43:18 geuzaine Exp $
// //
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
// //
...@@ -647,8 +647,7 @@ static int checkElements(int tag, ...@@ -647,8 +647,7 @@ static int checkElements(int tag,
pos.insert(e); pos.insert(e);
} }
else{ else{
char temp[256]; char temp[256], temp2[256];
char temp2[256];
sprintf(temp, "Elements %d tag %d(", (*it)->getNum(), tag); sprintf(temp, "Elements %d tag %d(", (*it)->getNum(), tag);
for (int i = 0; i <(*it)->getNumVertices();i++){ for (int i = 0; i <(*it)->getNumVertices();i++){
sprintf(temp2, "%d ", (*it)->getVertex(i)->getNum()); sprintf(temp2, "%d ", (*it)->getVertex(i)->getNum());
...@@ -720,4 +719,3 @@ void GModel::checkMeshCoherence() ...@@ -720,4 +719,3 @@ void GModel::checkMeshCoherence()
MElementLessThanLexicographic::tolerance = old_tol; MElementLessThanLexicographic::tolerance = old_tol;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment