Skip to content
Snippets Groups Projects
Commit f41feaa5 authored by mattijs's avatar mattijs
Browse files

STYLE: extendedCellToCell: removed extraneous code

parent d1d6c3bd
Branches
Tags
No related merge requests found
......@@ -68,16 +68,6 @@ public:
// Member Functions
// //- Use map to get the data into stencil order
// template<class T>
// static void collectData
// (
// const mapDistribute& map,
// const labelListList& stencil,
// const GeometricField<T, fvsPatchField, surfaceMesh>& fld,
// List<List<T> >& stencilFld
// );
//
//- Sum surface field contributions to create cell values
template<class Type>
static tmp<GeometricField<Type, fvPatchField, volMesh> > weightedSum
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment