We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc1cb5 commit 7c8c1d1Copy full SHA for 7c8c1d1
include/mesh/mesh_base.h
@@ -251,7 +251,7 @@ class MeshBase : public ParallelObject
251
* which may have left orphaned nodes in need of removal.
252
*
253
* Most user code should probably never need to use this; we can set
254
- * it in MeshRefinement.
+ * it in MeshRefinement.
255
*/
256
void set_hasnt_removed_orphaned_nodes()
257
{ _preparation.has_removed_orphaned_nodes = false; }
0 commit comments