Fix typos

svn-origin-rev: 18524
This commit is contained in:
Matthias Krack 2018-07-12 14:26:17 +00:00
parent 0cdbe22746
commit a40ce76d15
2 changed files with 2 additions and 2 deletions

View file

@ -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."), &

View file

@ -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/))