Skip to content

Commit 6c30cd2

Browse files
committed
Add info when CPCM-X library was excluded
Signed-off-by: Igor S. Gerasimov <foxtranigor@gmail.com>
1 parent 82ccf64 commit 6c30cd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/prog/main.F90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,6 +1742,9 @@ subroutine parseArguments(env, args, inputFile, paramFile, lgrad, &
17421742
call env%error("No solvent name provided for COSMO", source)
17431743
end if
17441744

1745+
case ('--cpcmx')
1746+
call env%error("The CPCM-X library was excluded starting from xtb 6.7.1. Please, use older xtb.", source)
1747+
17451748
case ('--scc', '--sp')
17461749
call set_runtyp('scc')
17471750

0 commit comments

Comments
 (0)