Skip to content

Commit f824e79

Browse files
committed
fixed style guide issue
1 parent 09281c4 commit f824e79

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Bembel/src/Laplace/HypersingularOperator.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ class LaplaceHypersingularOperator
4646
auto h = 1. / (1 << super_space.get_refinement_level()); // h = 1 ./ (2^M)
4747

4848
// integrand without basis functions
49-
auto integrand =
50-
evaluateKernel(p1.get_f(), p2.get_f()) * p1.get_surface_measure() * p2.get_surface_measure() * p1.get_w() * p2.get_w() / h / h;
49+
auto integrand = evaluateKernel(p1.get_f(), p2.get_f()) *
50+
p1.get_surface_measure() * p2.get_surface_measure() *
51+
p1.get_w() * p2.get_w() / h / h;
5152

5253
// multiply basis functions with integrand and add to intval, this is an
5354
// efficient implementation of

0 commit comments

Comments
 (0)