Skip to content

Commit

Permalink
Add missing unit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Mar 16, 2020
1 parent 8d38fd4 commit 7082766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/cp_units.F
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ SUBROUTINE print_all_units(unit_nr)
"for Energies. The [energy] entry acts like a dummy flag (assumes the unit of "// &
"measurement of energy is in internal units), useful for dimensional analysis.", &
units_set=s2a("hartree", "wavenumber_e", "joule", "kcalmol", "kjmol", "Ry", &
"eV", "K_e", "energy"), unit_nr=unit_nr)
"eV", "keV", "K_e", "energy"), unit_nr=unit_nr)

CALL print_section_unit(unit_label="Length", description="Possible units of measurement "// &
"for Lengths. The [length] entry acts like a dummy flag (assumes the unit of "// &
Expand Down

0 comments on commit 7082766

Please sign in to comment.