Skip to content

Commit

Permalink
Update Python/pywarpx/picmi.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roelof Groenewald <[email protected]>
  • Loading branch information
clarkse and roelof-groenewald authored Aug 19, 2024
1 parent 18e9b1a commit 2e3128d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/pywarpx/picmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ def applied_field_initialize_inputs(self):
pywarpx.warpx.E_ext_grid_init_style = 'read_from_file'
if self.load_B:
pywarpx.warpx.B_ext_grid_init_style = 'read_from_file'
pywarpx.warpx.do_divb_cleaning_external = True
pywarpx.warpx.do_divb_cleaning_external = self.do_divb_cleaning_external

class LoadInitialFieldFromPython:
"""
Expand Down

0 comments on commit 2e3128d

Please sign in to comment.