Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAchondo committed Jul 3, 2024
1 parent ea4712d commit bee1792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xppbe/Mesh/Mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def __init__(self, molecule, mesh_properties, simulation='Main', path='', save_p

def read_create_meshes(self):
self.create_molecule_mesh()
if 'D2' or 'R2' in self.losses_names:
if 'D2' in self.losses_names or 'R2' in self.losses_names:
self.create_sphere_mesh()
if 'R1' in self.losses_names:
self.create_interior_mesh()
Expand Down

0 comments on commit bee1792

Please sign in to comment.