Skip to content

Commit

Permalink
Fixed broken comment
Browse files Browse the repository at this point in the history
Fixed broken comment
  • Loading branch information
OwenSlevert authored Jul 24, 2024
1 parent 60c1d79 commit f12d3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postpic/datareader/smileih5.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def _getExpanded(self, key, theta=0):

field_name = key+"_mode_"+str(mode)
field_array = np.array(self._data[field_name])
#The fields for the LaserEnvelope are real, therefor the hdf5-file has a slightly different struture.
# The fields for the LaserEnvelope are real, therefor the hdf5-file has a slightly different struture.
if key.startswith('Env_'):
complex_array = field_array
else:
Expand Down

0 comments on commit f12d3f5

Please sign in to comment.