Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtran committed Sep 23, 2024
1 parent 4f9b4fa commit 2e75646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dftd3/param.f90
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function get_method_id(method) result(id)
case("dsdpbe"); id = p_dsdpbe_df
case("dsdpbedrpa75"); id = p_dsd_pbe_drpa75_df
case("dsdpbep86"); id = p_dsdpbep86_df
case("dsdpbeb86drpa75"); id = p_dsd_pbep86_drpa75_df
case("dsdpbep86drpa75"); id = p_dsd_pbep86_drpa75_df
case("dsdpbeb95"); id = p_dsdpbeb95_df
case("dodscan66"); id = p_dodscan66_df
case("hcth120"); id = p_hcth120_df
Expand Down
2 changes: 1 addition & 1 deletion test/unit/test_param.f90
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ subroutine test_d3bj_mb01(error)
& "dm21", "dm21m", "dm21mc", "dm21mu", "dsdpbep86", "dsdpbeb95", "dsdpbe", &
& "dodscan66", "revdsdblyp", "revdsdpbep86", "revdsdpbeb95", "revdsdpbe", &
& "revdodblyp", "revdodpbep86", "revdodpbeb95", "revdodpbe", "pw91", "drpa75", &
& "scsdrpa75", "optscsdrpa75", "dsdpbedrpa75", "dsdpbeb86drpa75"]
& "scsdrpa75", "optscsdrpa75", "dsdpbedrpa75", "dsdpbep86drpa75"]
real(wp), parameter :: ref(*) = [&
&-2.9551694676908012E-2_wp,-1.6638703086788331E-2_wp,-1.6725877716130381E-2_wp, &
&-3.3014429592265318E-2_wp,-2.2051435219996540E-2_wp,-3.3481565825316001E-2_wp, &
Expand Down

0 comments on commit 2e75646

Please sign in to comment.