Skip to content

Commit

Permalink
fix typo in scale_energy_fields (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdorch authored Jul 30, 2022
1 parent 5751466 commit 6ecaad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5865,7 +5865,7 @@ def get_near2far_freqs(f):


def scale_energy_fields(s, ef):
df.scale_dfts(s)
ef.scale_dfts(s)


def get_energy_freqs(f):
Expand Down

0 comments on commit 6ecaad9

Please sign in to comment.