Skip to content
Snippets Groups Projects
Commit ba5ecbaf authored by mattijs's avatar mattijs
Browse files

removed reference to libfoamUtil in error message

parent 25202346
Branches
Tags
No related merge requests found
...@@ -79,7 +79,6 @@ Foam::genericFvPatchField<Type>::genericFvPatchField ...@@ -79,7 +79,6 @@ Foam::genericFvPatchField<Type>::genericFvPatchField
<< " (Actual type " << actualTypeName_ << ")" << nl << " (Actual type " << actualTypeName_ << ")" << nl
<< "\n Please add the 'value' entry to the write function " << "\n Please add the 'value' entry to the write function "
"of the user-defined boundary-condition\n" "of the user-defined boundary-condition\n"
" or link the boundary-condition into libfoamUtil.so"
<< exit(FatalIOError); << exit(FatalIOError);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment