diff --git a/applications/utilities/mesh/conversion/foamMeshToFluent/fluentFvMesh.C b/applications/utilities/mesh/conversion/foamMeshToFluent/fluentFvMesh.C
index 180d18669ad2e87a5ca4f0299700973a8ae4b1b3..f212aee72a2be676388b4b7feb18d93839724529 100644
--- a/applications/utilities/mesh/conversion/foamMeshToFluent/fluentFvMesh.C
+++ b/applications/utilities/mesh/conversion/foamMeshToFluent/fluentFvMesh.C
@@ -6,7 +6,7 @@
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
     Copyright (C) 2011-2016 OpenFOAM Foundation
-    Copyright (C) 2020 OpenCFD Ltd.
+    Copyright (C) 2020-2023 OpenCFD Ltd.
 -------------------------------------------------------------------------------
 License
     This file is part of OpenFOAM.
@@ -101,7 +101,7 @@ void Foam::fluentFvMesh::writeFluentMesh() const
 
     // Writing points
     fluentMeshFile
-            << "(10 (1 1 ";
+            << "(10 (3 1 ";
 
     fluentMeshFile.setf(ios::hex, ios::basefield);
     fluentMeshFile