Skip to content

Commit

Permalink
codeTemplates: Updated boundary condition template for changes to fie…
Browse files Browse the repository at this point in the history
…ld mapping
  • Loading branch information
Will Bainbridge committed Aug 30, 2019
1 parent 462b5a8 commit be606dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/codeTemplates/BC/BC.C
Expand Up @@ -113,7 +113,7 @@ CONSTRUCT
PARENT(ptf, p, iF, mapper),
scalarData_(ptf.scalarData_),
data_(ptf.data_),
fieldData_(ptf.fieldData_, mapper),
fieldData_(mapper(ptf.fieldData_)),
timeVsData_(ptf.timeVsData_, false),
wordData_(ptf.wordData_),
labelData_(-1),
Expand Down Expand Up @@ -167,7 +167,7 @@ void Foam::CLASS::autoMap
)
{
PARENT::autoMap(m);
fieldData_.autoMap(m);
m(fieldData_, fieldData_);
}


Expand Down

0 comments on commit be606dd

Please sign in to comment.