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

*** empty log message ***

parent af2a4e84
No related branches found
No related tags found
No related merge requests found
// $Id: GModelIO_MED.cpp,v 1.4 2007-04-23 07:59:25 geuzaine Exp $
// $Id: GModelIO_MED.cpp,v 1.5 2007-05-03 09:07:07 geuzaine Exp $
//
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
//
......@@ -365,7 +365,7 @@ int GModel::writeMED(const std::string &name)
MedIO MedDriver = MedIO();
int CR1 = MedDriver.SetFile(name);
renumberMeshVertices();
renumberMeshVertices(noPhysicalGroups());
MedDriver.TraiteMed(vertices);
MedDriver.TraiteMed(edges);
MedDriver.TraiteMed(faces);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment