Skip to content

Commit

Permalink
Fixed comment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenSlevert authored Jul 24, 2024
1 parent 7bbaa6d commit eca6f99
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 Envelope Fields are real without imaginary part.
if key.startswith('Env_'):
complex_array = field_array
else:
Expand Down

0 comments on commit eca6f99

Please sign in to comment.