Skip to content
Snippets Groups Projects

FIX: replaced temp internalField with DimensionedField::null (fixes #3082)

Merged Vaggelis Papoutsis requested to merge fix-createZeroBoundaryPtr into develop
Compare and
2 files
+ 5
5
Preferences
Compare changes
Files
2
@@ -50,13 +50,13 @@ namespace Foam
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//volFields
//- volFields
typedef typename volScalarField::Boundary boundaryScalarField;
typedef typename volVectorField::Boundary boundaryVectorField;
typedef typename volTensorField::Boundary boundaryTensorField;
//pointFields - actually a plain list of fields with dimension equal to the
// number of points per patch
//- pointFields - actually a plain list of fields with dimension equal to the
//- number of points per patch
typedef List<Field<scalar>> pointBoundaryScalarField;
typedef List<Field<vector>> pointBoundaryVectorField;
typedef List<Field<tensor>> pointBoundaryTensorField;