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 94bf8c9 commit 6601c1f
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 @@ -1658,7 +1658,7 @@ def laser_antenna_initialize_inputs(self, laser):

class LoadInitialField(picmistandard.PICMI_LoadGriddedField):
def init(self, kw):
self.do_divb_cleaning_external = kw.pop('warpx_do_divb_cleaning_external', True)
self.do_divb_cleaning_external = kw.pop('warpx_do_divb_cleaning_external', None)

def applied_field_initialize_inputs(self):
pywarpx.warpx.read_fields_from_path = self.read_fields_from_path
Expand Down

0 comments on commit 6601c1f

Please sign in to comment.