View Issue Details

IDProjectCategoryView StatusLast Update
0002885OpenFOAMBugpublic2018-03-22 11:10
Reportermettob Assigned Tohenry  
PrioritylowSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSOtherOS Version(please specify)
Product Versiondev 
Summary0002885: Wrong description in timeVaryingMappedFixedValueFvPatchField.H
DescriptionIn the description of timeVaryingMappedFixedValueFvPatchField.H the entry fieldTableName is found:
line 65:
    fieldTableName | Alternative field name to sample | no| this field name

whereas line 302 in timeVaryingMappedFixedValueFvPatchField.C wants "fieldTable" as entry for the BC:
 fieldTableName_(dict.lookupOrDefault("fieldTable", iF.name())),

Please change either the description or the lookup entry.
TagstimeVaryingMappedFixedValueFvPatchField

Activities

henry

2018-03-22 11:10

manager   ~0009437

Resolved by commit 58b7c01dbd85eab5b5bcab9e2416dbd05cadd117

Issue History

Date Modified Username Field Change
2018-03-22 07:52 mettob New Issue
2018-03-22 07:52 mettob Tag Attached: timeVaryingMappedFixedValueFvPatchField
2018-03-22 11:10 henry Assigned To => henry
2018-03-22 11:10 henry Status new => resolved
2018-03-22 11:10 henry Resolution open => fixed
2018-03-22 11:10 henry Note Added: 0009437