BUG: codedFixedValueFvPatchScalarField oldLibPath_ not copied

- prevented the reloading from working properly (thanks Mattijs!)
This commit is contained in:
Mark Olesen
2011-03-08 08:48:27 +01:00
parent 336fa74478
commit 3d34c5146c
3 changed files with 15 additions and 28 deletions

View File

@ -38,20 +38,16 @@ using namespace Foam;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * Global Functions * * * * * * * * * * * * * //
extern "C"
{
void ${typeName}
(
Ostream& os,
const dictionary& dict
)
{
void ${typeName}(Ostream& os, const dictionary& dict)
{
//{{{ begin code
${code};
${code};
//}}} end code
}
}
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //