BUG: TableBase: preserve address of tableSamples since referenced in interpolationWeights

This commit is contained in:
mattijs
2012-10-24 11:36:53 +01:00
parent 4b9550f426
commit 69a958fbea
2 changed files with 7 additions and 6 deletions

View File

@ -97,7 +97,7 @@ protected:
dimensionSet dimensions_;
//- Extracted values
mutable scalarField tableSamples_;
mutable autoPtr<scalarField> tableSamplesPtr_;
//- Interpolator method
mutable autoPtr<interpolationWeights> interpolatorPtr_;