Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Jul 18, 2024
1 parent bfc18ca commit ec2b336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypeec/lib_matrix/green_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def _get_green_5D_fct(x, y, z):

# compute function
val = 1.0*(
+(z**3*nrm)/15 +
+ (z**3*nrm)/15 +
+ (z**5*inv)/60 +
- (x**4*logz)/24 +
- (y**4*logz)/24 +
Expand Down

0 comments on commit ec2b336

Please sign in to comment.