From ba540dcc86164f35f7ba9bb755db89c484409e2d Mon Sep 17 00:00:00 2001 From: mattijs <mattijs@hunt.opencfd.co.uk> Date: Fri, 24 Apr 2009 17:44:42 +0100 Subject: [PATCH] name patch different from patchField; conflicting symbols --- .../directMapped/directMappedPolyPatch/directMappedPolyPatch.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.H b/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.H index e07f78a958c..522564b3377 100644 --- a/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.H +++ b/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.H @@ -86,7 +86,7 @@ protected: public: //- Runtime type information - TypeName("directMapped"); + TypeName("directMappedPatch"); // Constructors -- GitLab