Skip to content

Commit 5134922

Browse files
committed
fix for deal.II 9.5
1 parent d001171 commit 5134922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mesh_deformation/external_tool_interface.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ namespace aspect
284284
}
285285

286286
default:
287-
DEAL_II_NOT_IMPLEMENTED();
287+
Assert(false, ExcNotImplemented());
288288
}
289289
return ranges;
290290
}

0 commit comments

Comments
 (0)