Skip to content

Commit

Permalink
Shell: Bump version to signify changed LIBXC section
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Feb 7, 2022
1 parent 7d5a36e commit 6f4da46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/start/cp2k_shell.F
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ MODULE cp2k_shell
PRIVATE

! Queried by ASE. Increase version after bug-fixing or behavior changes.
CHARACTER(LEN=*), PARAMETER :: CP2K_SHELL_VERSION = "4.0"
CHARACTER(LEN=*), PARAMETER :: CP2K_SHELL_VERSION = "5.0"

TYPE cp2k_shell_type
REAL(dp) :: pos_fact = 1.0_dp
Expand Down

0 comments on commit 6f4da46

Please sign in to comment.