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

*** empty log message ***

parent 2681e12a
No related branches found
No related tags found
No related merge requests found
......@@ -1082,6 +1082,9 @@ void adaptiveElements<T>::changeResolution(int level, double tol, GMSH_Post_Plug
List_Reset(_listEle);
*_numEle = 0;
if(!_posX->size1()) return;
std::vector<int> done(_posX->size1(), 0);
// We first do the adaptive stuff at level 2 and will only process
......
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