Skip to content

Commit 31f6ed8

Browse files
committed
Forgot the clang-format
1 parent c7dc04d commit 31f6ed8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Common/src/fem/fem_work_estimate_metis.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ passivedouble CFEMStandardBoundaryFace::WorkEstimateMetis(CConfig* config) {
4343
return nIntegration + 0.05 * nDOFsFace;
4444
}
4545

46-
passivedouble CFEMStandardBoundaryFace::WorkEstimateMetisWallFunctions(CConfig* config, const unsigned short nPointsWF) {
46+
passivedouble CFEMStandardBoundaryFace::WorkEstimateMetisWallFunctions(CConfig* config,
47+
const unsigned short nPointsWF) {
4748
/* TEMPORARY IMPLEMENTATION. */
4849
return 0.25 * nIntegration * nPointsWF;
4950
}

0 commit comments

Comments
 (0)