From: Bruno Turcksin Date: Tue, 6 Jun 2017 19:12:40 +0000 (-0400) Subject: Update error message. X-Git-Tag: v9.0.0-rc1~1526^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4491%2Fhead;p=dealii.git Update error message. --- 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.")); }