ENH: patch fields writeValueEntry method (frequently used)
- add base-level readValueEntry, readMixedEntries methods that allow optional or mandatory reading. STYLE: wording for patch fields comments
This commit is contained in:
@ -238,7 +238,7 @@ Foam::codedFixedValuePointPatchField<Type>::redirectPatchField() const
|
||||
// Make sure to construct the patchfield with up-to-date value
|
||||
|
||||
OStringStream os;
|
||||
static_cast<const Field<Type>&>(*this).writeEntry("value", os);
|
||||
this->writeValueEntry(os);
|
||||
IStringStream is(os.str());
|
||||
dictionary constructDict(is);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user