From ed686f4ef644ee3a29a4f571829249c8e9547214 Mon Sep 17 00:00:00 2001
From: Mark Olesen <Mark.Olesen@esi-group.com>
Date: Thu, 15 Apr 2021 19:29:35 +0200
Subject: [PATCH] COMP: missing separator

CONFIG: bad csh syntax
---
 etc/config.csh/mpi                                             | 3 +--
 .../SpatialTensor/spatialTensor/spatialTensor.C                | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/etc/config.csh/mpi b/etc/config.csh/mpi
index 13f56b64017..83cc770c7ef 100644
--- a/etc/config.csh/mpi
+++ b/etc/config.csh/mpi
@@ -331,8 +331,7 @@ case INTELMPI*:
         setenv MPI_ARCH_PATH "$MPI_ROOT"
     else if ( "$MPI_ARCH_PATH" != "" ) then
         # MPI_ARCH_PATH: Set I_MPI_ROOT accordingly
-        export I_MPI_ROOT="$MPI_ARCH_PATH"
-
+        setenv I_MPI_ROOT "$MPI_ARCH_PATH"
     endif
 
     if ( -d "$MPI_ARCH_PATH" ) then
diff --git a/src/OpenFOAM/primitives/spatialVectorAlgebra/SpatialTensor/spatialTensor/spatialTensor.C b/src/OpenFOAM/primitives/spatialVectorAlgebra/SpatialTensor/spatialTensor/spatialTensor.C
index 6b22baad607..f106d561f0a 100644
--- a/src/OpenFOAM/primitives/spatialVectorAlgebra/SpatialTensor/spatialTensor/spatialTensor.C
+++ b/src/OpenFOAM/primitives/spatialVectorAlgebra/SpatialTensor/spatialTensor/spatialTensor.C
@@ -37,7 +37,7 @@ const char* const Foam::spatialTensor::vsType::componentNames[] =
 {
     "Exx",  "Exy",  "Exz",    "Erxx", "Erxy", "Erxz",
     "Eyx",  "Eyy",  "Eyz",    "Eryx", "Eryy", "Eryz",
-    "Ezx",  "Ezy",  "Ezz",    "Erzx", "Erzy", "Erzz"
+    "Ezx",  "Ezy",  "Ezz",    "Erzx", "Erzy", "Erzz",
 
     "Erxx", "Erxy", "Erxz",   "Exx",  "Exy",  "Exz",
     "Eryx", "Eryy", "Eryz",   "Eyx",  "Eyy",  "Eyz",
-- 
GitLab