Skip to content

Commit 93a7b1a

Browse files
committed
Fix error message.
1 parent 74fdd3d commit 93a7b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/Mesh/src/ESMCI_MeshDual.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ void MeshDual(Mesh *src_mesh, Mesh **_dual_mesh) {
105105

106106
// Don't currently support duals of 3D Meshes
107107
if (src_mesh->parametric_dim()>2) {
108-
Throw() <<" Creation of a dual mesh isn't supported for Meshes of parametric dim greater than 3.\n";
108+
Throw() <<" Creation of a dual mesh isn't supported for Meshes of parametric dim greater than 2.\n";
109109
}
110110

111111
// Need element coordinates

0 commit comments

Comments
 (0)