Skip to content
Snippets Groups Projects

Cleanup/staggered clang warnings

Merged Timo Koch requested to merge cleanup/staggered-clang-warnings into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -227,7 +227,7 @@ public:
return scvfIndicesOfScv_[scvIdx];
}
const auto localToGlobalScvfIndex(IndexType eIdx, IndexType localScvfIdx) const
IndexType localToGlobalScvfIndex(IndexType eIdx, IndexType localScvfIdx) const
{
return localToGlobalScvfIndices_[eIdx][localScvfIdx];
}
Loading