Skip to content

Commit c97e911

Browse files
authored
Update kWaveSimulation.py
1 parent 6ec3d6d commit c97e911

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kwave/kWaveSimulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def equation_of_state(self):
154154
else:
155155
return "absorbing"
156156
else:
157-
return "loseless"
157+
return "lossless"
158158

159159
@property
160160
def use_sensor(self):

0 commit comments

Comments
 (0)