Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Jun 24, 2024
1 parent f8df536 commit 18501cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebound/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(True, 16, "Error while reading binary file (file was closed).",),
(True, 32, "Index out of range.",),
(True, 64, "Error while trying to seek file.",),
(False, 128, "Encountered unkown field in file. File might have been saved with a different version of REBOUND."),
(False, 128, "Encountered unknown field in file. File might have been saved with a different version of REBOUND."),
(True, 256, "Integrator type is not supported by this simulationarchive version."),
(False, 512, "The binary file seems to be corrupted. An attempt has been made to read the uncorrupted parts of it."),
(True, 1024, "Reading old Simulationarchives (version < 2) is no longer supported. If you need to read such an archive, use a REBOUND version <= 3.26.3"),
Expand Down

0 comments on commit 18501cf

Please sign in to comment.