Skip to content

Commit

Permalink
Merge pull request #503 from geodynamics/illorenzo7-patch-3
Browse files Browse the repository at this point in the history
Update rayleigh_diagnostics.py
  • Loading branch information
feathern authored May 10, 2024
2 parents 2d7aa5d + f7226e6 commit ddfc8a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion post_processing/rayleigh_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,6 @@ def read_dimensions(self,the_file,closefile=False):
"""
print(the_file)
self.fd = open(the_file,'rb')
specs = np.fromfile(self.fd,dtype='int32',count=6)
bcheck = specs[0] # If not 314, we need to swap the bytes
Expand Down

0 comments on commit ddfc8a5

Please sign in to comment.