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

remove debug output files

parent 1ca92d13
Branches
Tags
No related merge requests found
......@@ -1297,7 +1297,7 @@ void recombineIntoQuads(GFace *gf,
double t1 = Cpu();
bool haveParam = true;
bool saveAll = CTX::instance()->mesh.saveAll;
bool saveAll = false; //CTX::instance()->mesh.saveAll;
if(gf->geomType() == GEntity::DiscreteSurface && !gf->getCompound())
haveParam = false;
......@@ -1400,7 +1400,7 @@ void quadsToTriangles(GFace *gf, double minqual)
it != _columns->_elemColumns.end();it++){
std::vector<MElement *> &e = it->second;
std::vector<MElement *> eOld = e;
e.clear();
e.clear();
for (unsigned int i=0;i<eOld.size();i++){
MElement *ee = eOld[i];
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.
Please register or to comment