mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Fix typos
svn-origin-rev: 18524
This commit is contained in:
parent
0cdbe22746
commit
a40ce76d15
2 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ CONTAINS
|
|||
usage="ALMO_SCF_GUESS MOLECULAR", &
|
||||
default_i_val=atomic_guess, &
|
||||
enum_c_vals=s2a("MOLECULAR", "ATOMIC"), &
|
||||
enum_desc=s2a("SCF calculations on single molecules controled by the regular SCF "// &
|
||||
enum_desc=s2a("SCF calculations on single molecules controlled by the regular SCF "// &
|
||||
"keywords outside ALMO options. This kind of calculation is expensive "// &
|
||||
"and only recommended if ALMO SCF does not converge from the ATOMIC guess.", &
|
||||
"Superposition of atomic densities."), &
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ CONTAINS
|
|||
CPASSERT(.NOT. ASSOCIATED(section))
|
||||
CALL section_create(section, name="ATOMIC", &
|
||||
description="Controls the calculation of atomic properties. "// &
|
||||
"Printing is controled by FORCE_EVAL / PRINT / PROGRAM_RUN_INFO", &
|
||||
"Printing is controlled by FORCE_EVAL / PRINT / PROGRAM_RUN_INFO", &
|
||||
repeats=.FALSE., &
|
||||
citations=(/Kikuchi2009/))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue