Skip to content

Commit

Permalink
Input Description Change (Leopold Talirz)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/cp2k/code/trunk@18413 bac0169d-1eea-4375-b5f6-f89d2ced9994
  • Loading branch information
oschuett committed May 6, 2018
1 parent edaea69 commit f9e2c6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cp2k/src/input_cp2k_subsys.F
Expand Up @@ -1124,7 +1124,8 @@ SUBROUTINE create_kind_section(section)
CALL keyword_release(keyword)

CALL keyword_create(keyword, name="MAGNETIZATION", &
description="Specifieds a magnetization used in the atomic initial guess", &
description="The magnetization used in the atomic initial guess. "// &
"Adds magnetization/2 spin-alpha electrons and removes magnetization/2 spin-beta electrons.", &
usage="MAGNETIZATION 0.5", n_var=1, &
default_r_val=0.0_dp)
CALL section_add_keyword(section, keyword)
Expand Down

0 comments on commit f9e2c6b

Please sign in to comment.