From aaf1395c18e7af032640d51dded867579b103392 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Thu, 28 Aug 2014 15:32:38 +0100
Subject: [PATCH] ENH: Ensight: updated support for generic tensor

---
 src/sampling/sampledSurface/writers/ensight/ensightPTraits.C | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sampling/sampledSurface/writers/ensight/ensightPTraits.C b/src/sampling/sampledSurface/writers/ensight/ensightPTraits.C
index 8d3ed3be5f3..1511e636b35 100644
--- a/src/sampling/sampledSurface/writers/ensight/ensightPTraits.C
+++ b/src/sampling/sampledSurface/writers/ensight/ensightPTraits.C
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2013 OpenFOAM Foundation
+    \\  /    A nd           | Copyright (C) 2013-2014 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -40,7 +40,7 @@ const char* const Foam::ensightPTraits<Foam::symmTensor>::typeName =
     "tensor symm";
 
 const char* const Foam::ensightPTraits<Foam::tensor>::typeName =
-    Foam::pTraits<Foam::tensor>::typeName;
+    "tensor asym";
 
 
 // ************************************************************************* //
-- 
GitLab