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

remove debug output files

parent 1ca92d13
No related branches found
No related tags found
No related merge requests found
...@@ -1297,7 +1297,7 @@ void recombineIntoQuads(GFace *gf, ...@@ -1297,7 +1297,7 @@ void recombineIntoQuads(GFace *gf,
double t1 = Cpu(); double t1 = Cpu();
bool haveParam = true; bool haveParam = true;
bool saveAll = CTX::instance()->mesh.saveAll; bool saveAll = false; //CTX::instance()->mesh.saveAll;
if(gf->geomType() == GEntity::DiscreteSurface && !gf->getCompound()) if(gf->geomType() == GEntity::DiscreteSurface && !gf->getCompound())
haveParam = false; haveParam = false;
...@@ -1400,7 +1400,7 @@ void quadsToTriangles(GFace *gf, double minqual) ...@@ -1400,7 +1400,7 @@ void quadsToTriangles(GFace *gf, double minqual)
it != _columns->_elemColumns.end();it++){ it != _columns->_elemColumns.end();it++){
std::vector<MElement *> &e = it->second; std::vector<MElement *> &e = it->second;
std::vector<MElement *> eOld = e; std::vector<MElement *> eOld = e;
e.clear(); e.clear();
for (unsigned int i=0;i<eOld.size();i++){ for (unsigned int i=0;i<eOld.size();i++){
MElement *ee = eOld[i]; MElement *ee = eOld[i];
std::map<MElement*, std::pair<MElement*,MElement*> >::iterator it2 = change.find(ee); std::map<MElement*, std::pair<MElement*,MElement*> >::iterator it2 = change.find(ee);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment