From ba5ecbaf67ca94b633450d8f3d9e281c50b1b4c3 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 18 Aug 2009 12:20:14 +0100 Subject: [PATCH] removed reference to libfoamUtil in error message --- src/genericPatchFields/genericFvPatchField/genericFvPatchField.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/genericPatchFields/genericFvPatchField/genericFvPatchField.C b/src/genericPatchFields/genericFvPatchField/genericFvPatchField.C index 058021f612..ec4c323a91 100644 --- a/src/genericPatchFields/genericFvPatchField/genericFvPatchField.C +++ b/src/genericPatchFields/genericFvPatchField/genericFvPatchField.C @@ -79,7 +79,6 @@ Foam::genericFvPatchField::genericFvPatchField << " (Actual type " << actualTypeName_ << ")" << nl << "\n Please add the 'value' entry to the write function " "of the user-defined boundary-condition\n" - " or link the boundary-condition into libfoamUtil.so" << exit(FatalIOError); }