removed reference to libfoamUtil in error message

This commit is contained in:
mattijs
2009-08-18 12:20:14 +01:00
parent 2520234683
commit ba5ecbaf67

View File

@ -79,7 +79,6 @@ Foam::genericFvPatchField<Type>::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);
}