]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix an exception message.
authorDavid Wells <drwells@email.unc.edu>
Sat, 20 Feb 2021 14:21:54 +0000 (09:21 -0500)
committerDavid Wells <drwells@email.unc.edu>
Mon, 8 Mar 2021 20:06:02 +0000 (15:06 -0500)
source/grid/grid_in.cc

index d21c4804213b803030f916721a62205eabf777a4..2782cb24ccbc06f89e44d331e895e62607b14873 100644 (file)
@@ -290,7 +290,7 @@ GridIn<dim, spacedim>::read_vtk(std::istream &in)
                 AssertThrow(
                   false,
                   ExcMessage(
-                    "While reading VTK file, unknown file type encountered"));
+                    "While reading VTK file, unknown cell type encountered"));
             }
         }
       else if (dim == 2)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.