Skip to content
Snippets Groups Projects
Commit a85569b1 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

*** empty log message ***

parent 5d6e4a0d
No related branches found
No related tags found
No related merge requests found
// $Id: meshGEdge.cpp,v 1.31 2007-04-16 09:08:28 remacle Exp $ // $Id: meshGEdge.cpp,v 1.32 2007-04-16 09:10:08 remacle Exp $
// //
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// //
...@@ -234,7 +234,6 @@ void meshGEdge::operator() (GEdge *ge) ...@@ -234,7 +234,6 @@ void meshGEdge::operator() (GEdge *ge)
// do not consider the first and the last vertex (those are not // do not consider the first and the last vertex (those are not
// classified on this mesh edge) // classified on this mesh edge)
printf("mid\n");
if(N > 2){ if(N > 2){
ge->mesh_vertices.resize(N - 2); ge->mesh_vertices.resize(N - 2);
while(NUMP < N - 1) { while(NUMP < N - 1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment