Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Made a number of formatting changes to better conform to standard lin…
Browse files Browse the repository at this point in the history
…e lengths. Also now include the version number in the log output
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Sep 15, 2023
1 parent e0dcf9b commit 8adb5a2
Show file tree
Hide file tree
Showing 4 changed files with 616 additions and 306 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "swiftest"
version = "2023.9.3"
version = "2023.9.4"
authors=[
{name = 'David A. Minton', email='daminton@purdue.edu'},
{name = 'Carlisle Wishard'},
Expand Down
2 changes: 1 addition & 1 deletion src/globals/globals_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module globals
integer(I4B), parameter :: UPPERCASE_OFFSET = iachar('A') - iachar('a') !! ASCII character set parameter for lower to upper
!! conversion - offset between upper and lower

character(*), parameter :: VERSION = "2023.9.3" !! Swiftest version
character(*), parameter :: VERSION = "2023.9.4" !! Swiftest version

!> Symbolic name for integrator types
character(*), parameter :: UNKNOWN_INTEGRATOR = "UKNOWN INTEGRATOR"
Expand Down
Loading

0 comments on commit 8adb5a2

Please sign in to comment.