We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad19076 + 7ef6ea0 commit 2873a0eCopy full SHA for 2873a0e
src/mesh/nemesis_io.C
@@ -1173,9 +1173,9 @@ void Nemesis_IO::read (const std::string & base_filename)
1173
// proper "ghost" neighbor information.
1174
MeshCommunication().gather_neighboring_elements(cast_ref<DistributedMesh &>(mesh));
1175
1176
+#ifdef LIBMESH_ENABLE_UNIQUE_ID
1177
// We've been setting unique_ids by hand; let's make sure that later
1178
// ones are consistent with them.
-#ifdef LIBMESH_ENABLE_UNIQUE_ID
1179
mesh.set_next_unique_id(mesh.parallel_max_unique_id()+1);
1180
#endif
1181
}
0 commit comments