Skip to content
Snippets Groups Projects

[freeflow][scvf] Initialize dofIdx

Merged Kilian Weishaupt requested to merge fix/initialize-dofIdx-for-staggered into next
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -118,6 +118,7 @@ public:
center_ = dofPosition;
scvIndices_ = scvIndices;
scvfIndex_ = -1;
dofIdx_ = -1;
}
/*//! The copy constrcutor
StaggeredSubControlVolumeFace(const StaggeredSubControlVolumeFace& other) = delete;
Loading