Skip to content

Commit

Permalink
Remove incorrect, unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Jul 12, 2023
1 parent b9aaa57 commit ab54538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Python/pywarpx/_libwarpx.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,6 @@ def add_real_comp(self, species_name, pid_name, comm=True):
comm : bool
Should the component be communicated
'''
wx = self.libwarpx_so.WarpX.get_instance()
self.libwarpx_so.warpx_addRealComp(
ctypes.c_char_p(species_name.encode('utf-8')),
ctypes.c_char_p(pid_name.encode('utf-8')), comm
Expand Down

0 comments on commit ab54538

Please sign in to comment.