Skip to content

Commit 532031e

Browse files
committed
Add namespace for global libmesh_abort() calls
1 parent 502d428 commit 532031e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/base/libmesh_exceptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class TerminationException
219219

220220
#else
221221

222-
#define LIBMESH_THROW(e) do { libMesh::err << e.what(); libmesh_abort(); } while (0)
222+
#define LIBMESH_THROW(e) do { libMesh::err << e.what(); libMesh::libmesh_abort(); } while (0)
223223
#define libmesh_rethrow
224224
#define libmesh_try
225225
#define libmesh_catch(e) if (0)

0 commit comments

Comments
 (0)