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

fix bdf

parent 1db7ba53
Branches
Tags
No related merge requests found
......@@ -1745,7 +1745,7 @@ int GModel::writeBDF(const std::string &name, int format, bool saveAll,
// nodes
for(unsigned int i = 0; i < entities.size(); i++)
for(unsigned int j = 0; j < entities[i]->mesh_vertices.size(); j++)
entities[i]->mesh_vertices[j]->writeBDF(fp, scalingFactor);
entities[i]->mesh_vertices[j]->writeBDF(fp, format, scalingFactor);
// elements
for(unsigned int i = 0; i < entities.size(); i++)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment