From 456e2eb8980ed1207203fa5d6be4505a227164fd Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Tue, 6 Jun 2017 15:12:40 -0400 Subject: [PATCH] Update error message. --- source/grid/tria.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/grid/tria.cc b/source/grid/tria.cc index 29c2960054..85a1c2b502 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -8982,7 +8982,8 @@ Triangulation (const Triangulation &other) { Assert (false, ExcMessage ("You are not allowed to call this constructor " "because copying Triangulation objects is not " - "allowed. Use Triangulation::copy_from() instead.")); + "allowed. Use Triangulation::copy_triangulation() " + "instead.")); } -- 2.39.5