mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
check libxc version only when the define USE_LIBXC exists
This commit is contained in:
parent
99654d0405
commit
0dec745e63
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#ifdef USE_LIBXC
|
||||
#if XC_MAJOR_VERSION < 4
|
||||
#error "need libxc version > 4 "
|
||||
#endif
|
||||
#endif
|
||||
integer, parameter :: maxfunc = 100
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue