COMP: NURBS3DVolume was masking the write function of IOdictionary
This commit is contained in:
parent
dfc8c047b1
commit
ed621480ac
@ -1832,7 +1832,7 @@ void Foam::NURBS3DVolume::writeCps
|
||||
}
|
||||
|
||||
|
||||
void Foam::NURBS3DVolume::write() const
|
||||
void Foam::NURBS3DVolume::writeParamCoordinates() const
|
||||
{
|
||||
parametricCoordinatesPtr_().write();
|
||||
}
|
||||
|
@ -495,7 +495,7 @@ public:
|
||||
) const;
|
||||
|
||||
//- Write parametric coordinates
|
||||
void write() const;
|
||||
void writeParamCoordinates() const;
|
||||
|
||||
//- Write the control points to support restart
|
||||
virtual bool writeData(Ostream& os) const;
|
||||
|
@ -84,7 +84,7 @@ volBSplinesBase::volBSplinesBase
|
||||
true
|
||||
)
|
||||
);
|
||||
volume_[iBox].write();
|
||||
volume_[iBox].writeParamCoordinates();
|
||||
iBox++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user